Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1. Which of the following relations is in Boyce-Codd Normal Form (BCNF)? a) R(ABCD) FD's: C ? D ; CD ? A ; AB ?
1. | Which of the following relations is in Boyce-Codd Normal Form (BCNF)? |
a) | R(ABCD) FD's: C ? D ; CD ? A ; AB ? C ; BD ? A | ||
b) | R(ABCD) FD's: C ? B ; D ? A ; C ? D ; A ? C | ||
c) | R(ABCD) FD's: C ? B ; BC ? A ; A ? C ; BD ? A | ||
d) | R(ABCD) FD's: A ? D ; C ? A ; D ? B ; AC ? B | ||
2. | Let R(ABCD) be a relation with functional dependencies A ? B, C ? D, AD ? C, BC ? A Which of the following is a lossless-join decomposition of R into Boyce-Codd Normal Form (BCNF)? |
a) | {AB, ACD, BC, BD} | ||
b) | {AB, AD, BC, CD} | ||
c) | {AB, AC, BD} | ||
d) | {AB, AC, AD, BC, BD, CD} | ||
3. | Which of the following relations is in Third normal form (3NF)? |
a) | R(ABCD) FD's: B ? C ; AC ? D ; ABD ? C ; BCD ? A | ||
b) | R(ABCD) FD's: AB ? C ; BCD ? A ; D ? A ; B ? C | ||
c) | R(ABCD) FD's: ABD ? C ; CD ? A ; AC ? B ; AC ? D | ||
d) | R(ABCD) FD's: AD ? C ; D ? A ; A ? C ; ABC ? D | ||
4. | Let R(ABCDE) be a relation in Boyce-Codd Normal Form (BCNF). If ABC is the only key for R, describe all the nontrivial functional dependencies that hold for R. Identify one of these FD's from the following list. |
a) | ABC ? E | ||
b) | BCD ? E | ||
c) | ACDE ? B | ||
| d) ABE ? C |
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started