recategorized by
1,777 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
recategorized by

3 Answers

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

3 votes
3 votes
3 answers
1
Arjun asked Apr 22, 2018
3,656 views
Considering the following table in a relational database : $$\begin{array}{|c|c|c|c|} \hline \textbf{Last Name} & \textbf{Rank} & \textbf{Room} & \textbf{shift} \\ \hline...
5 votes
5 votes
3 answers
2
Arjun asked Apr 22, 2018
3,766 views
The set of attributes $X$ will be fully functionally dependent on the set of attributes $Y$ if the following conditions are satisfied.$X$ is functionally dependent on $Y$...