A) First
B) Second
C) Third
D) Fourth
Explanation: The first normal form is used to eliminate the duplicate information.
a) Be in Second Normal Form (2NF)
b) Be in Third Normal Form (3NF)
c) Have a single attribute key
d) Have a composite key
Explanation: The relation in second normal form is also in first normal form and no partial dependencies on any column in primary key.
a) Eliminate all hidden dependencies
b) Eliminate the possibility of a insertion anomalies
c) Have a composite key
d) Have all non key fields depend on the whole primary key
Explanation: The relation in second normal form is also in first normal form and no partial dependencies on any column in primary key.
a) BCNF is stricter than 3 NF
b) Lossless, dependency -preserving decomposition into 3 NF is always possible
c) Loss less, dependency – preserving decomposition into BCNF is always possible
d) Any relation with two attributes is BCNF
Explanation: We say that the decomposition is a lossless decomposition if there is no loss of information by replacing r (R) with two relation schemas r1(R1) andr2(R2).
a) Key
b) Key revisited
c) Superset key
d) None of the mentioned
Explanation: Key is the basic element needed for the constraints.
a) Functional dependency
b) Database modeling
c) Normalization
d) Decomposition
Explanation: Normalisation is the process of removing redundancy and unwanted data.
a) 1NF
b) 2NF
c) 3NF
d) All of the mentioned
Explanation: The first normal form is used to eliminate the duplicate information.
a) 2NF
b) 3NF
c) 4NF
d) 5NF
Explanation: A Table is in 4NF if and only if, for every one of its non-trivial multivalued dependencies X \twoheadrightarrow Y, X is a superkey—that is, X is either a candidate key or a superset thereof.
a) 1NF
b) 2NF
c) 3NF
d) 4NF
Explanation: The table is in 3NF if every non-prime attribute of R is non-transitively dependent (i.e. directly dependent) on every superkey of R.
For any pincode, there is only one city and state. Also, for given street, city and state, there is just one pincode. In normalization terms, empdt1 is a relation in
a) 1 NF only
b) 2 NF and hence also in 1 NF
c) 3NF and hence also in 2NF and 1NF
d) BCNF and hence also in 3NF, 2NF and 1NF
Explanation: The relation in second normal form is also in first normal form and no partial dependencies on any column in primary key.