in Databases recategorized by
1,731 views
5 votes
5 votes

For a database relation $R(a,b,c,d)$ where the domain of $a,b,c$ and $d$ include only atomic value, only the following functions dependencies and those that can be inferred from them hold

$a\rightarrow c$

$b\rightarrow d$

The relation is in:

  1. First normal form but not in second normal form
  2. Second normal form but not in third normal form
  3. Third normal form
  4. None of the above
in Databases recategorized by
by
1.7k views

1 comment

Original Source of this question: GATE 1997

https://gateoverflow.in/2265/gate-cse-1997-question-6-9 

0
0

3 Answers

4 votes
4 votes

option a

partial dependecy so it is in 1NF.

1 vote
1 vote

answer: A

0 votes
0 votes

1st atomic means it is in 1NF

2nd

(ab)+ = abcd (so, ab is candidate key)

prime attributes are : a,b 

partial dependencies are: a → c,b → d

therefore, it is not in 2NF

Thank you for reading..

Answer:

Related questions