Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

12/4/22, 11:18 AM SQL

NAME : 
CLASS : 
SQL
15 Questions DATE  : 

1. SQL is

A Simple Query Language B Structured Query Language

C Structure Quality Language D Structured Question Language

2. DDL means

3. DML

4. To remove a record from a table which SQL statement would you use?

A Delete B Remove

C Cancel D Eradicate

5. In order to modify data in a database we would use which SQL statement?

A Update B Amend

C Modify D Alter

6. Which statement is used to extract data from a database?

A Open B Extract

C Select D Get

7. Which statement allows us to add a record to a table?

A Add Into B Update To

C Insert Into D Add To

https://quizizz.com/print/quiz/5ec28c88c21357001b12ee25 1/4
12/4/22, 11:18 AM SQL

8. Less than or equal to?

A => B <=

C =< D >=

9. Which word is missing from the following SQL statement?

Select * table_name

A And B With

C From D Where

10. Which SQL statement would add a record to the database?

INSERT Designer INTO VALUES (''SMI01', 'M INSERT VALUES ('SMI01', 'M Smith',
A Smith', 'mail@msmith.com', B 'mail@msmith.com', 01224123456') INTO
'01224123456') Designer

INSERT ('SMI01', 'M Smith', INSERT INTO Designer VALUES ('SMI01', 'M
C 'mail@msmith.com', '01224123456') INTO D Smith', 'mail@msmith.com',
Designer '01224123456')

11. Where does the CREATE Command belong?

A DDL B DML

C DCL

12. It is a DML command that is used to display record.

A WHERE B STRUCTURE

C SELECT D DISPLAY

13. Referential Integrity is

A Table constraints B System of rules

C System of data D is related to Primary key

https://quizizz.com/print/quiz/5ec28c88c21357001b12ee25 2/4
12/4/22, 11:18 AM SQL

14. ______________ constraint prevents NULL values

A NOT NULL B UNIQUE

C NULL D FOREIGN KEY

15. A primary key can be NULL in the table? TRUE or FALSE

A TRUE B FALSE

https://quizizz.com/print/quiz/5ec28c88c21357001b12ee25 3/4
12/4/22, 11:18 AM SQL

Answer Key

1.b 2.data definition 3.Data Manipulation 4.a


language Language

5.a 6.c 7.c 8.b

9.c 10.d 11.a 12.c

13.b 14.a 15.b

https://quizizz.com/print/quiz/5ec28c88c21357001b12ee25 4/4

You might also like