Wednesday 3 June 2020

UGC NET Computer Science December 2019 | Question 148

Question 148
Comprehension:
Answer question (146-150) based on the problem statement given below:
An organization needs to maintain database having five attributes A, B, C, D, E.
These attributes are functionally dependent on each other for which functionally dependency set F is given as :
F : { A → BC, D → E, BC → D, A → D }.
Consider a universal relation R(A, B, C, D, E) with functional dependency set F.
Also all attributes are simple and take atomic values only.

Identify the normal form in which relation R belong to
  1. 1. 1 NF
  2. 2. 2 NF
  3. 3. 3 NF
  4. 4. BCNF
Answer : 2. 2 NF

Explanation Question 148

Since "A" is the primary key or "R" and there is no partial dependency So "R" is in 2NF.

Since, D → E, BC → D neither have a super key in their LHS nor a prime key attribute in their RHS so "R" is not in 3NF.

Since "R" is not in 3NF it can’t be in BCNF.

So, option 2 is correct answer.

PreviousNext
UGC NET CS December 2019 - Question 147UGC NET CS December 2019 - Question 149

No comments:

Post a Comment

UGC NET Computer Science December 2019 | Question 16

Question 16 In a certain coding language. 'AEIOU' is written as 'TNHDZ'. Using the same coding language. 'BFJPV' wil...

Popular Posts