wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

DBMS Quiz 2

Total questions: 7

Worksheet time: 2mins

Name
Class
Date
1.

AB -> A is an example of

a)

Trivial FD

b)

Non trivial FD

c)

Semi non trivial FD

d)

NOTA

2.

Given A --> B, if tuples t1 and t2 have same value for A then ___

a)

they may or may not have the same value in B

b)

they must have the same value in B

c)

both the above options are correct

d)

NOTA

3.

Armstrong's Inference rules include ___

a)

Reflexive, Union, Composition

b)

Reflexive, Transitive, Decomposition

c)

Decomposition, Augmentation, Reflexive

d)

Augmentation, Reflexive, Transitive

4.

FDs = {A-->B, BC-->D, E-->C, D-->A}

(DEH) is a candidate key

a)

True

b)

False

c)

Insufficient Information

5.

Every candidate key is a super key but the reverse is untrue

a)

True

b)

False

c)

Candidate key and Super key mean the same thing

d)

NOTA

6.

To find minimal cover, the second step to be performed is ___

a)

Split the FDs such that the RHS contains single attribute

b)

Find redundant attributes on LHS and delete them

c)

Find redundant FDs and delete them from the set

d)

NOTA

7.

Every candidate key is primary key but reverse is untrue

a)

True

b)

False

c)

Candidate key and Primary key are same