InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    A table is in BCNF if it is in 3NF and if every determinant is a ___________ key.(a) Dependent(b) Normal(c) Candidate(d) Both Normal and CandidateThis question was addressed to me in an interview for internship.This interesting question is from Normalization in chapter Planning Oracle Applications of Oracle | 
                            
| 
                                   
Answer» RIGHT ANSWER is (c) Candidate The explanation: A table is in Boyce-Codd normal FORM (BCNF) if and only if it is in 3NF and every determinant is a candidate KEY.  | 
                            |