Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Database Management System Quiz

Total questions: 17

Worksheet time: 9mins

Name
Class
Date
1.

What does DBMS stand for?

a)

Database Management System

b)

Data Base Management System

c)

Database Management Software

d)

Data Management System

2.

Which of the following is NOT a function of a DBMS?

a)

Data printing

b)

Data analysis

c)

Data storage

d)

Data retrieval

3.

What is the main aim of a DBMS?

a)

To create data

b)

To supply a way to store and retrieve information

c)

To analyze data

d)

To delete data

4.

Which of the following is an example of data?

a)

Second month sale= Rs. 34200

b)

Rs. 25500

c)

First month sale= Rs. 25500

d)

Rose Bakery and Café

5.

What is a database?

a)

A programming language

b)

A type of software

c)

A collection of related data

d)

A collection of unrelated data

6.

Which of the following is a popular DBMS package?

a)

HTML

b)

MySQL

c)

Java

d)

Python

7.

What is one advantage of using a DBMS over a flat file system?

a)

More data redundancy

b)

High security features

c)

Lower cost

d)

Less data consistency

8.

What does knowledge refer to in the context of data and information?

a)

Raw facts

b)

Refined information

c)

Unorganized data

d)

Useful use of information

9.

Which of the following is a disadvantage of DBMS?

a)

Data independence

b)

Data integrity

c)

Complexity

d)

Efficient data access

10.

What is the role of a Database Administrator (DBA)?

a)

To write application programs

b)

To maintain control over the database system

c)

To access the database from the terminal

d)

To develop special database applications

11.

Which of the following is NOT a type of database user?

a)

Database Managers

b)

End-users

c)

Application Programmers

d)

Sophisticated Users

12.

What does DDL stand for?

a)

Data Definition Language

b)

Data Development Language

c)

Data Description Language

d)

Data Distribution Language

13.

Which command is used to read records from a table in DML?

a)

SELECT

b)

UPDATE

c)

INSERT

d)

DELETE

14.

What is the purpose of the COMMIT command in TCL?

a)

To persist changes made by DML commands

b)

To create a new table

c)

To rollback changes

d)

To delete records

15.

Which of the following is a function of the DBA?

a)

Developing software applications

b)

Creating user accounts

c)

Writing SQL queries

d)

Designing user interfaces

16.

What is the primary focus of Data Control Language (DCL)?

a)

Data storage

b)

User access control

c)

Data definition

d)

Data manipulation

17.

Which of the following is an example of a Data Manipulation Language (DML) command?

a)

CREATE

b)

ALTER

c)

DROP

d)

SELECT