wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

DBMS-QUIZ

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

The database administrator is, in effect, the coordinator between them ____ and the ____

a)

(A) Database, users

b)

(B) Application program; database

c)

(C) DBMS; database

d)

(D) Application programs; users

2.

Where will we find the referential integrity command?

a)

(A) Table

b)

(B) Tools

c)

(C) Format

d)

(D) None of these

3.

Which of the following component of a computer system is the most important to a database management system?

a)

(A) High speed, large capacity disk

b)

(B) High resolution video display

c)

(C) Mouse

d)

(D) Printer

4.

In a relational schema, each tuple is divided into fields called

a)

(A) Domains

b)

(B) Queries

c)

(C) Relations

d)

(D) None of these

5.

An indexing operation

a)

(A) Establishes an index for a file

b)

(B) Sorts a file using two keys

c)

(C) Sorts a file using a single key

d)

(D) Both (b) and (c)

6.

The modify operation is likely to be done after

a)

(A) Insert

b)

(B) Delete

c)

(C) Look-up

d)

(D) None of these

7.

The method of file organization in which data records in a file are arranged in a specified order according to key field is known as the

a)

(A) Sequential access method

b)

(B) Queuing method

c)

(C) Predetermined method

d)

(D) Direct access method

8.

External database is

a)

(A) Database created using DBMS package

b)

(B) Database created in MS-Word

c)

(C) Database created in EXCEL

d)

(D) All of the above

9.

ROLLBACK in a database is ____ statement.

a)

(A) DDL

b)

(B) DML

c)

(C) DCL

d)

(D) TCL

10.

The logical data structure with a one-to-many relationship is a

a)

(A) Tree

b)

(B) Chain

c)

(C) Network

d)

(D) All of these

11.

The following are components of a database except _____

a)

(A) reports

b)

(B) indexes

c)

(C) metadata

d)

(D) user data

12.

The smallest logical data entity is called a data item or data

a)

(A) Field

b)

(B) Collection

c)

(C) Base

d)

(D) Bank

13.

E.F. Codd represented _____ rules that a database must obey if it has to be considered truly relational.

a)

(A) 6

b)

(B) 8

c)

(C) 10

d)

(D) 12

14.

The distinguishable parts of a record are called

a)

(A) Fields

b)

(B) Files

c)

(C) Data

d)

(D) All of these

15.

The command to convert a numeric number to characters is

a)

(A) STR ()

b)

(B) CHR ()

c)

(C) ASC ()

d)

(D) All of these

16.

What is not true about a view?

a)

a. It is a definition of a restricted portion of the database

b)

b. It is a security mechanism

c)

c. It is always updatable like any other table

d)

d. All are true

17.

In a relational database a referential integrity constraint can be specified with the help of

a)

a. primary key

b)

b. foreign key

c)

c. secondary key

d)

d. none of the above

18.

4NF is designed to cope with

a)

a. Transitive dependency

b)

b. Join dependency

c)

c. Multi valued dependency

d)

d. None of these

19.

Which command is used to add a column to an existing table?

a)

a. Create

b)

b. Update

c)

c.Alter

d)

d. None of these

20.

Rollback of transactions is normally used to

a)

a. recover from transaction failure

b)

b. update the transaction

c)

c. retrieve old records

d)

d. repeat a transaction