wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

DBMS A.Y 2025-26 2c

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

Which of the following is a major difference between a Database System and a File System?

a)

File system supports redundancy

b)

Database system has no security

c)

Database system reduces data redundancy

d)

File system supports data independence

2.

Which characteristic of DBMS allows data to be stored only once and shared by multiple users?

a)

Data security

b)

Data redundancy

c)

Data consistency

d)

Data independence

3.

Which of the following is NOT an advantage of a DBMS?

a)

Data security

b)

Reduced redundancy

c)

Increased inconsistency

d)

Data sharing

4.

Who is responsible for database design, security, and access control?

a)

End user

b)

Database Administrator (DBA)

c)

Application programmer

d)

System analyst

5.

The three-tier schema architecture provides data independence by separating:

a)

Hardware and software

b)

User and database

c)

Physical, logical, and external levels

d)

Tables and records

6.

In Client-Server architecture, the database is mainly stored on:

a)

Client system

b)

Application layer

c)

Database server

d)

User interface

7.

An Entity in ER model represents:

a)

A relationship

b)

A real-world object

c)

An attribute

d)

A key

8.

Which of the following is a multivalued attribute?

a)

Age

b)

Roll number

c)

Phone numbers

d)

Date of birth

9.

A weak entity is one that:

a)

Has no attributes

b)

Depends on another entity for identification

c)

Has multiple keys

d)

Has no relationships

10.

Specialization is a process of:

a)

Combining entity sets

b)

Breaking an entity set into sub-entities

c)

Converting ER model to relational model

d)

Creating relationships

11.

A relation in relational model is represented as:

a)

Tree

b)

Graph

c)

Table

d)

File

12.

Which constraint ensures that a primary key value cannot be NULL?

a)

Domain constraint

b)

Entity integrity constraint

c)

Referential integrity constraint

d)

Key constraint

13.

Which SQL command is used to create a table?

a)

INSERT

b)

CREATE

c)

SELECT

d)

UPDATE

14.

Which clause is used to group rows that have the same values?

a)

ORDER BY

b)

WHERE

c)

GROUP BY

d)

HAVING

15.

Which of the following is used to retrieve data from multiple tables using a subquery?

a)

DELETE

b)

JOIN

c)

Nested query

d)

TRUNCATE