wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

DDL - Create

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which of the following is the full form of DDL?

a)

Data derivation language.

b)

Data definition language.

c)

Dynamic Data language.

d)

Detailed Data language.

2.

Which command is used to remove all rows from a table?

a)

Delete

b)

Remove

c)

Truncate

d)

Both Delete and Remove

3.

A command that lets you change one or more fields in a record is ............

a)

Insert

b)

Modify

c)

Look-up

d)

All of the three

4.

Which command is used to add a column to an existing table ?

a)

Create

b)

Update

c)

Alter

d)

None of these

5.

What is the language used by most of the DBMS for helping their users to access data ?

a)

High level language

b)

Query language

c)

SQL

d)

4GL

6.

Which of the following is not an SQL command ?

a)

CREATE

b)

DROP

c)

ALTER

d)

All are SQL commands

7.

This is an authorization command of SQL :

a)

Access

b)

Grant

c)

Allow

d)

None of these

8.

Grant is a command from SQL type :

a)

DDL

b)

DML

c)

DCL

d)

TCL

9.

Which of the following is not true about SQL statements?

a)

SQL statements are not case sensitive.

b)

SQL statements can be written on one or more lines.

c)

Keywords cannot be split across lines.

d)

Clauses must be written on separate lines.

10.

What is the basic unit of storage in Oracle Database that contains data?

a)

View

b)

Column

c)

Query

d)

Table