wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

DBMS_UNIT1

Total questions: 20

Worksheet time: 20mins

Name
Class
Date
1.

A relational database consists of a collection of

a)

Tables

b)

Records

c)

Fields

d)

Keys

2.

Database __________ which is the logical design of the database,and the database _______ which is a snapshot of the data

a)

Instance, Schema

b)

Relation, Domain

c)

Relation, Schema

d)

Schema, Instance

3.

Which of these is not true in case of responsibilities of Database Administrator?

a)

Acquiring hardware and software resources

b)

Authorizing access to Database

c)

Data entry in to the database

d)

All the above statements are true

4.

Architecture of the database can be viewed as

a)

two levels

b)

four levels

c)

three levels

d)

five levels

5.

QEE stands for

a)

Question Evaluation Engine

b)

Query Evaluation Engine

c)

Query Enterprise Engine

d)

None of the above

6.

Which of the following are keys in DBMS?

a)

Foreign Key

b)

Primary Key

c)

Super Key

d)

Embedded Key

7.

A candidate key is called a minimal super key

a)

True

b)

False

8.

Which of the following is not present in Storage Manager?

a)

Buffer Manager

b)

Transaction Manager

c)

Query Manager

d)

File Manager

9.

The term attribute refers to_____of a table

a)

Record

b)

Column

c)

Tuple

d)

Key

10.

Which one of the following attribute can be taken as a primary key?

a)

Name

b)

Street

c)

ID

d)

Department

11.

File System is an advantage over DBMS

a)

True

b)

False

12.

π is which relational operator

a)

Selection

b)

Projection

c)

Union

d)

Cartesian Product

13.

⨝ is a natural join operator

a)

True

b)

False

14.

Which one of the following is a set of one or more attributes taken collectively to uniquely identify a record?

a)

Candidate key

b)

Sub key

c)

Super key

d)

Foreign key

15.

Using which language can a user request information from a database?

a)

Query

b)

Relational

c)

Structural

d)

Compiler

16.

Which one of the following is a procedural language?

a)

Domain relational calculus

b)

Relational algebra

c)

Tuple relational calculus

d)

Query language

17.

The _______operation performs a set union of two “similarly structured” tables

a)

Union

b)

Product

c)

Join

d)

Intersect

18.

Which one of the following cannot be taken as a primary key?

a)

Id

b)

Dept_id

c)

Register number

d)

Street

19.

Course(course_id,sec_id,semester) Here the course_id,sec_id and semester are __________ and course is a _________

a)

Relations, Attribute

b)

Tuple, Relation

c)

Attributes, Relation

d)

Tuple, Attributes

20.

A domain is atomic if elements of the domain are considered to be ____________ units.

a)

Different

b)

Constant

c)

Indivisible

d)

Divisible