InterviewSolution
Saved Bookmarks
| 1. |
Identify the composite attributes(a) Salary(b) Credits(c) Section_id(d) None of the mentionedI got this question by my college professor while I was bunking the class.I need to ask this question from Atomic Domains in portion Database Systems Design and Implementation of Database Management |
|
Answer» CORRECT OPTION is (d) None of the mentioned Explanation: Composite attributes, such as an attribute address with COMPONENT attributes street, CITY, state, and ZIP have nonatomic domains. |
|