wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

SQL Quiz

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

SQL is a

a)

Structured Query Language

b)

Simple Query Language

c)

Structured Question Language

d)

Structure Quality Language

2.

Which of the following are SQL Components?

a)

Data Definition Language

b)

Data Manipulation Language

c)

Transaction Control Language

d)

All

3.

which statment is used to modify the content of the table?

a)

create

b)

insert

c)

update

d)

delete

4.

Which of the following is used to modify the size of column?

a)

Create

b)

pdate

c)

Alter

d)

Delete

5.

Which is not a DML Command?

a)

SELECT

b)

INSERT

c)

ALTER

d)

DELETE

6.

Which of the following are DCL commands?

a)

COMMIT and ROLLBACK

b)

UPDATE and TRUNCATE

c)

GRANT and REVOKE

d)

SELECT and UPDATE

7.

Which is not a DDL Command?

a)

CREATE

b)

ALTER

c)

DROP

d)

UPDATE

8.

Which of the below commands come under Data Definition Language (DDL)?

a)

CREATE, ALTER, DROP, TRUNCATE

b)

GRANT, REVOKE

c)

SELECT

d)

INSERT, UPDATE, DELETE

9.

Insert, Update & Delete comes under which type of SQL Commands?

a)

Data Definition Language (DDL)

b)

Data Manipulation Language (DML)

c)

Data Control Language (DCL)

d)

Transaction Control Language (TCL)

10.

What command is used to create a new table in SQL?

a)

CREATE TABLE

b)

BUILD TABLE

c)

GENERATE TABLE

d)

None of above