InterviewSolution
Saved Bookmarks
| 1. |
The 3NF decomposition algorithm is also called as _______(a) 3NF normal algorithm(b) 3NF synthesis algorithm(c) 3NF generator(d) Functional dependence algorithm |
|
Answer» Right answer is (b) 3NF synthesis algorithm Best explanation: The 3NF decomposition algorithm is also called as 3NF synthesis algorithm since it takes a set of dependencies and adds one schema at a time, instead of decomposing the initial schema repeatedly. |
|