Wednesday 3 June 2020

UGC NET Computer Science December 2019 | Question 149

Question 149
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 redundant functional dependency in F
  1. 1. BC → D
  2. 2. D→E
  3. 3. A→D
  4. 4. A→BC
Answer : 3. A → D

Explanation Question 149

A → D is redundant because A can determine D using other 2 FD's  A → BC and BC → D.

So, option 3 is correct answer


PreviousNext
UGC NET CS December 2019 - Question 148UGC NET CS December 2019 - Question 150

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