Question
Database related question Consider R(title, year, studioName, president, presAddr), with functional dependencies title year studioName studioName president president presAddr R1= studioName, president, presAddr(R); R2= title,
Database related question
Consider R(title, year, studioName, president, presAddr), with functional dependencies
title year studioName
studioName president
president presAddr
R1= studioName, president, presAddr(R);
R2= title, year, studioName(R);
S1= {studioName president,
president presAddr};
S2= {title year studioName};
{president}+= {president, presAddr}.
R11= president, presAddr(R1);
R12= studioName, president (R1);
S11= {presidentpresAddr};
S12= {studioNamepresident};
Then, are R11 and R12 in Boyce-Codd Normal form?
Why or why not? *do not include (super)key in explanation.
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