InterviewSolution
Saved Bookmarks
| 1. |
Functional dependencies are sometimes referred to as ________(a) Equality generating dependencies(b) Tuple generating dependencies(c) Multi-purpose dependencies(d) None of the mentioned |
|
Answer» Correct option is (a) Equality generating dependencies For explanation I would say: Functional dependencies are sometimes referred to as equality generating dependencies because they require other tuples of a certain form to be present in the relation. |
|