440 views
0 votes
0 votes

Consider the following statements:
1. The redundancy in the set of relation that have been arised after decomposing a relation R into BCNF is zero irrespective of the type of dependencies.
2. BCNF decompositions are always lossless as well as dependency preserving.
3. A prime attribute of a relation schema R is an attribute that appears in all candidate key of R.
4. A relation R is in 3NF, if every non-prime attribute of R, is fully functionally dependent on some key of R.
The number of statements are correct _______.

WHAT IS DIFFERENCE  BETWEEN TRANSITIVE DEOENDENCY AND FULLY FUNCTIONAL DEPENDENCY??

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
ARUN KUMAR 3 asked Nov 20, 2018
357 views
Consider the relation R(ABCDEFGHIJ) and the set of dependencies:F={AB->C, BD->EF, AD->GH, A->I, H->J}If we decompose R into 2NF and then to 3NF, the number of decomposed ...