Services
Discover
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Business
Study Set
Accounting Information Systems Study Set 22
Exam 3: Data Modeling
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Question 21
Short Answer
Consider an association between a Customers class and a Sale class in a Unified Modeling Language (UML) Class diagram. The multiplicities next to the Customers class are 1..1 and the multiplicities next to the Sale class are 0..*. Which of the following is the best way to implement that association in your database? A. Post the primary key of Customers as a foreign key in Sales B. Post the primary key of Sales as a foreign key in Customers C. Create a linking table D. None of the above
Question 22
Short Answer
Which of the following is the best description of an association? A. A group of classes B. The lines in a UML Class diagram C. The relationship between two classes D. The number of times one class is related to another
Question 23
Short Answer
When implementing the database from a UML class diagram, associations should be mapped to which of the following? A. Tables B. Fields C. Relationships D. Foreign keys
Question 24
Short Answer
Entity-relationship diagrams (ERDs) are similar in content and purpose to Unified Modeling Language (UML) Class diagrams. Which of the following is not a basic building block of ERDs? A. Relationships B. Associations C. Attributes D. Entities