Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the following UML diagram: A . If there are six authors, what is the minimum and maximum number of books? What's the minimum and

Consider the following UML diagram:
A. If there are six authors, what is the minimum and maximum
number of books? What's the minimum and maximum number
of readers?
B. If there are six readers, what's the minimum and maximum
number of books? What's the minimum and maximum number
of authors?
**Note from professor** When considering those questions related to min or max, we must consider it from two sides. For example, the multiplicity on the author side is 1 to 2, and on the book side is 1 to 3. Since one reader needs 1 to 3 books, when there are 6 readers, we need 6 to 18 books. On the other hand, one book can be read by 1 to 2 readers, so 3 books are enough to serve 6 readers, and we need 6 books at most. Therefore, we merge those data; the min is 3, and the max is 18.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Murach's SQL Server 2012 For Developers

Authors: Bryan Syverson, Joel Murach, Mike Murach

1st Edition

1890774693, 9781890774691

More Books

Students also viewed these Databases questions