InterviewSolution
Saved Bookmarks
| 1. |
Consider the schema R= ( S, T, U, V ) and the dependencies S→T, T→U, U→V and V→S. Let R (R1 and R2) be a decomposition such that R1∩R2≠Ø. The decomposition is:(A) Not in 2NF(B) In 2NF but not in 3NF(C) In 3NF but not in 2NF(D) In both 2NF and 3NF |
| Answer» | |