Saved Bookmarks
| 1. |
What is 5NF? |
|
Answer» A Relation schema R is said to be 5NF if for every join dependency {R1, R2, ..., Rn} that holds R, one the following is true 1. Ri = R for some i. 2. The join dependency is implied by the set of FD, over R in which the left side is key of R. |
|