InterviewSolution
Saved Bookmarks
| 1. |
A ___________ normal form normalization will be needed where all attributes in a relation tuple are not functionally dependent only on the key attribute.(a) First(b) Second(c) Third(d) FourthI have been asked this question by my school principal while I was bunking the class.This intriguing question originated from Attribute, Tuple and Entity in division Planning Oracle Applications of Oracle |
|
Answer» RIGHT OPTION is (c) Third The EXPLANATION is: A database is in third normal form if it satisfies the FOLLOWING conditions:1)It is in second normal form. 2)There is no transitive functional dependency |
|