InterviewSolution
Saved Bookmarks
| 1. |
What is unique role assumption?(a) The attribute name has a unique meaning in the database(b) The attributes are all unique(c) No two tuples have even a single same value in a relation(d) None of the mentioned |
|
Answer» Right option is (a) The attribute name has a unique meaning in the database The explanation: Unique role assumption means that the attribute names must have unique meaning in the database. This prevents us from using the same attribute to mean different things in different schemas. |
|