InterviewSolution
Saved Bookmarks
| 1. |
Relation dept year(dept name, total inst 2007, total inst 2008, total inst 2009). Here the only functional dependencies are from dept name to the other attributes. This relation is in(a) Fourth NF(b) BCNF(c) Third NF(d) Second NFI have been asked this question during an interview.The origin of the question is Database Design Process in chapter Normalization of Database Management |
|
Answer» CORRECT ANSWER is (b) BCNF The best I can EXPLAIN: BCNF has only ONE normal form. |
|