NEW
Font size
WorksheetsNormalisation_DBMS
Total questions: 20
Worksheet time: 10mins
1. 1 NF was defined to disallow
Multivalued attribute
composite attribute
multivalued and composite attribute
a. . none of these
1. Let R(ABCDE) be a relational schema and F={AB->CD, ABC->E, C->A} be the set of functional dependencies. The number of candidate keys is
1
2
3
4
Consider relation schema R with set functional dependencies(F) as: R(ABCD)
F={AB->CD,C->A}
The given relation is in
1NF
2 NF
3 NF
BCNF
If every attribute is a candidate key then the table is in
1NF
2 NF
3 NF
BCNF
Consider R(ABCD) and f={A->B, B->C, C->D} then the decomposition R1(AB), R2(BC), R3(CD) is
Lossy
Lossless
can't say
none of these
Consider R(ABCD) and F={AB->CD, C->A, A->C} The given relation is in
1NF
2 NF
3 NF
BCNF
Consider R(ABCD) and F={AB->CD, C->A, A->C}
If the above relation is decomposed into R1(CBD), R2(CA) then the decomposition is
dependency preserved
not dependency preserved
can't say
none of these
1. Consider A B C D
a1 b1 c1 d1
a1 b2 c1 d2
a2 b2 c2 d2
a2 b3 c2 d3
a3 b3 c2 d4
Which of the following dependencies hold in R
A->B
A->C
C->B
none of these
Consider R(JKL) and F= { JK->L , L->K}. Find the candidate key
JK
JL
JK & JL
none of these
Determine T or F of the following statements:
a. A relation may have a number of candidate keys, but has only one primary key.
b. Every table with 2 single valued attributes is in 1NF, 2 NF, 3NF, BCNF.
c. A table is in the second normal form(2NF) if every attribute is determined by
every candidate key, but is not determined by any pure subset of a candidate key.
T- T –T
T- T –F
F- T –T
T- F-F
A ..................... specifies the actions needed to remove the drawbacks in the current design of database.
1NF
2 NF
3 NF
Normal form
A relation is in ........................... if an attribute of a composite key is dependent on an attribute of other composite key.
2NF
3 NF
BCNF
1NF
Fifth Normal form is concerned with
Functional dependency
Multivalued dependency
Join dependency
Domain key
A table is in the ....................... if only candidate keys are the determinants.
3NF
5NF
4 NF
BCNF
In 2NF
No functional dependencies exist.
No multivalued dependencies exist.
No partial functional dependencies exist
No partial multivalued dependencies exist.
The normal form that is not necessarily dependency preserving is
2NF
3NF
BCNF
4NF
The ................. is related to the concept of multi-valued dependency.
4 NF
5 NF
boyce codd normal form
third normal form
Which normal form is considered adequate for normal relational database design?
2NF
5 NF
4 NF
3 NF
Dependency preservation is not guaranteed in
BCNF
3 NF
1 NF
2NF
A relation is ................... if every field contains only atomic values that is, no lists or sets.
1 NF
2 NF
3 NF
BCNF
