wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

DBMSS UNIT 1 QUIZ

Total questions: 15

Worksheet time: 6mins

Name
Class
Date
1.

What is a Data Model?

a)

A programming language

b)

A hardware device

c)

A way to describe database design

d)

A network protocol

2.

Who introduced the Relational Data Model?

a)

Peter Chen

b)

Edgar F. Codd

c)

James Gosling

d)

Charles Babbage

3.

A column in a table is called?

a)

Row

b)

Tuple

c)

Attribute

d)

Record

4.

The total number of attributes in a relation is called?

a)

Cardinality

b)

Degree

c)

Domain

d)

Key

5.

Which identifies a tuple uniquely in a table?

a)

Key

b)

Attribute

c)

Domain

d)

Relation

6.

In an ER diagram, a rectangle represents?

a)

Attribute

b)

Relationship

c)

Entity

d)

Key

7.

Is SQL case-sensitive?

a)

Yes

b)

No

8.

Which command is used to modify existing data?

a)

INSERT

b)

DELETE

c)

UPDATE

d)

DROP

9.

Which command removes all rows but keeps the table structure?

a)

DELETE

b)

DROP

c)

TRUNCATE

d)

REMOVE

10.

Which command is used to retrieve data from a table?

a)

GET

b)

FETCH

c)

SELECT

d)

SHOW

11.

DDL stands for?

a)

Data Delete Language

b)

Data Definition Language

c)

Data Design Language

d)

Data Domain Language

12.

What is a distributed database?

a)

Stored on one computer

b)

Stored across multiple sites

c)

Stored only on mobile

d)

Offline database

13.

SQL is mainly used to?

a)

Control hardware

b)

Design networks

c)

Manage databases

d)

Create operating systems

14.

What is data fragmentation?

a)

Copying data

b)

Dividing a table into smaller parts

c)

Deleting data

d)

Encrypting data

15.

A foreign key is used to uniquely identify a record in the same table.

a)

TRUE

b)

FALSE