InterviewSolution
Saved Bookmarks
| 1. |
What are the desirable properties of a decomposition(a) Partition constraint(b) Dependency preservation(c) Redundancy(d) SecurityI got this question in homework.This interesting question is from Algorithms for Decomposition in section Normalization of Database Management |
|
Answer» CORRECT option is (B) Dependency preservation Explanation: LOSSLESS JOIN and dependency preserving are the two goals of the decomposition. |
|