InterviewSolution
Saved Bookmarks
| 1. |
The _______ is a set of all functional and multi values dependencies implied by a set of functional dependencies(a) Star(b) Closure(c) Derivation(d) Evolution |
|
Answer» Correct option is (b) Closure To explain: The closure is a set of all functional and multi values dependencies implied by a set of functional dependencies on a given relation. It is denoted by giving a “+” superscript. |
|