wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

DBMS LAB

Total questions: 20

Worksheet time: 19mins

Name
Class
Date
1.

Which one of the following is used to define the structure of the relation, deleting relations and relating schemas?

a)

DML(Data Manipulation Langauge)

b)

DDL(Data Definition Langauge)

c)

Query

d)

Relational Schema

2.

CREATE TABLE employee (name VARCHAR, id INTEGER)

What type of statement is this?

a)

DML

b)

DDL

c)

View

d)

Integrity constraint

3.

The SQL used by front-end application programs to request data from the DBMS is called _______

a)

A. DML

b)

B .DDL

c)

C .VDL

d)

D. SDL

4.

The command used to delete a particular column in a relation is ____________

a)

A.UPDATE TABLE

b)

B.TRUNCATE COLUMN

c)

C.ALTER , DROP

d)

D.DELETE COLUMN

5.

What is the full form of DDL ?

a)

A.Dynamic Data Language

b)

B.Detailed Data Language

c)

C.Data Definition Language

d)

D.Data Derivation Language

6.

In SQL, which command is used to SELECT only one copy of each set of duplicable rows

a)

A. SELECT DISTINCT

b)

B. SELECT UNIQUE

c)

C. SELECT DIFFERENT

d)

D. All of the above

7.

A database management system (DBMS) is a collection of programs that enables users to

a)

create a database

b)

manipulate a database

c)

both create and manipulate a database

d)

for storing data only

8.

The database definition or descriptive information is also stored by the DBMS in the form of a _______________

a)

Data catalog

b)

excel file

c)

document file

d)

pdf file

9.

The database and DBMS software together is called a ________________

a)

Database system

b)

Data Model

c)

Application Program

d)

System software

10.
A database entity is also known as:
a)
a table
b)
a field
c)
a row
d)
a report
11.

What does "SQL" stand for?

a)

Structured Question Language

b)

Structured Query Language

c)

Simple Query Language

d)

Simple Question Language

12.

Which statement is used to extract data from a database?

a)

Extract

b)

Get

c)

Open

d)

Select

13.

Which word is missing from the following SQL statement?


Select * table_name

a)

With

b)

Where

c)

From

d)

And

14.

How do we select all rows for the "Designer" table?

a)

SELECT * FROM Designer

b)

SELECT [All] FROM Designer

c)

SELECT Designer.*

d)

SELECT FROM Designer

15.

DDL means

(a)  

16.

DML

(a)  

17.

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

a)

DISPLAY

b)

STRUCTURE

c)

WHERE

d)

SELECT

18.

Where does the CREATE Command belong?

a)

DML

b)

DDL

c)

DCL

19.

An SQL command used to create a table.

a)

Insert

b)

Create

c)

Update

d)

Add

20.

What is the meaning of DCL?

a)

Data Count Language

b)

Database Control Language

c)

Data Calculation Language

d)

Data Control Language