0 0 votes Find the FD for relation schema R(A,B,C,D) with pimary key AB under which R is in 2nf but not in 3nf A) AB->CD, A->C, C->D B) AB->CD, B->C, C->B, A->D C) AB->CD, C->D, DB->AC D) AB->CD, BC->D Databases + – tapzo 562 views answer comment Share Follow Print See all 4 Comments 4 4 Comments reply Ashwin Kulkarni commented Dec 25, 2017 reply Follow flag It should be option D. Where no partial dependency but in BC->D LHS is not Key or RHS is not any PA. 0 0 replyShare tapzo commented Dec 25, 2017 reply Follow flag Any explanation for C 0 0 replyShare Ashwin Kulkarni commented Dec 25, 2017 i edited by Ashwin Kulkarni Dec 25, 2017 reply Follow flag In option C, Keys are AB, DB, CB Hence AB->CD (LHS is key) DB->AC (LHS is Key) C->D (RHS is PA) Hence it is in 3NF 1 1 replyShare srivivek95 commented Dec 25, 2017 reply Follow flag @ Ashwin Kulkarni In option C Keys are: AB, DB, CB 1 1 replyShare Please log in or register to add a comment.