Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I posted the same question yesterday, but didnt get any answer. So I decided to post the same question again..

I have a relation looks like:

R = (X,Y,C,D)

and functional dependencies:

FD = {XY -> CD, YC -> D, D -> X}

I found out that the candidate keys are XY, YC, YD.

In this case, I have 3 candidate keys... so how do I use them when I decompose the relation into BCNF? I've never done decomposition of the relation with more than one key...

Thanks.

share|improve this question
possible duplicate of Normalisation into BCNF – Ed Harper Nov 9 '12 at 14:11

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.