SQL Intro Namal

SQL Intro Namal

12th Grade

8 Qs

quiz-placeholder

Similar activities

KONEKSI BASIS DATA

KONEKSI BASIS DATA

12th Grade

10 Qs

MySQL

MySQL

12th Grade

10 Qs

Structured Query Language (SQL) Quiz

Structured Query Language (SQL) Quiz

12th Grade

10 Qs

CP1222-WEEK 1-2 QUIZ

CP1222-WEEK 1-2 QUIZ

12th Grade

10 Qs

Database Knowledge Check 3 (SQL)

Database Knowledge Check 3 (SQL)

9th - 12th Grade

12 Qs

RDBMS  for class10

RDBMS for class10

10th - 12th Grade

10 Qs

SQL and databases

SQL and databases

KG - 12th Grade

10 Qs

SQL Intro Namal

SQL Intro Namal

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Namal (ITNamal)

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does "SQL" stand for?

Structured Question Language

Structured Query Language

Simple Query Language

Simple Question Language

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What does the "S" in SQL stand for?

Several

Structured

Syntax

Semi-precise

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the below is NOT an SQL distribution?

Microsoft SQL Server

PostgreSQL

MySQL

Invidio SQL

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement is used to define a new table in a database?

INSERT

SELECT

CREATE

UPDATE

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the SQL statement "ALTER TABLE"?

To delete a table from the database.

To insert data into an existing table.

To modify the structure of an existing table.

To retrieve data from a table.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement is used to remove a table from a database?

DROP TABLE

DELETE

TRUNCATE TABLE

ALTER TABLE

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement is used to modify the structure of an existing table by adding a new column?

ALTER TABLE

INSERT INTO

DELETE FROM

SELECT

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What SQL statement is used to delete an existing database?

DELETE DATABASE

DROP DATABASE

ERASE DATABASE

REMOVE DATABASE