wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

DBMS

Total questions: 20

Worksheet time: 13mins

Name
Class
Date
1.
Which of the following is not a DBMS despite having database capabilities:
a)
Microsoft Excel or similar spreadsheets
b)
Oracle
c)
MySQL
d)
Microsoft Access or similar
2.

Which of the following is an example of a DBMS

a)

SQL

b)

Microsoft Office

c)

PHP

d)

Oracle

3.

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

4.

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

5.

The database and DBMS software together is called a ________________

a)

Database system

b)

Data Model

c)

Application Program

d)

System software

6.

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

a)

Delete

b)

Remove

c)

Truncate

d)

Both [A] and [B]

7.

The statement in SQL which allows to change the definition of a table is

a)

Alter

b)

Update

c)

Create

d)

Select

8.
All DBMS systems use SQL as a command language.
a)
False
b)
True
9.

Select the DBMS software

a)
b)
c)
d)
10.

What is DBMS stands for

a)

Database Manager Service

b)

Database Management System

c)

Database Manipulation Service

d)

Data Business Management Service

11.

Which of the following statements contains an error?

a)

Select * from emp where empid = 10003;

b)

Select empid from emp where empid = 10006;

c)

Select empid from emp;

d)

Select empid where empid = 1009 and lastname = ‘GELLER’;

12.

To remove a relation from an SQL database, we use the ______ command.

a)

delete

b)

drop

c)

remove

d)

none of these

13.

can a primary key be null

a)

yes

b)

no

14.

A (a)   is a database management system that is based on the relational model

15.

(a)   are used to identify which type of data we are going to store in the database

16.

A (a)   is a unique value that identifies a row in a table

17.

A (a)   is a language that enables users to access and manipulate data in a database.

18.

A (a)   is a part of DML involving information retrieval only.

19.

A popular data manipulation language is (a)   .

20.

A (a)   helps the user to systematically store information in the database