Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Databise exercise to be done on paper You are building a very simplified beginning of the database for a library. The library, of course, owns

Databise exercise to be done on paper

You are building a very simplified beginning of the database for a library.

The library, of course, owns (physical) books that are stored on shelves and checked out by customers. Each of these books is represented by a catalog entry (now in the computer, but think of an old-fashioned card file as a model of this).

Assume that there is only one title card for each book in the catalog, but there can be many physical copies of that book on the shelves.

Call the title card class a CatalogEntry and the physical book class a BookOnShelf.

You might think of the book's publisher as a simple attribute of the catalog entry but in fact, the library will probably want to know more than just the publisher's name (for example, the phone number where they can contact a sales representative).

Describe each class in English.

Draw the class diagram.

Describe each association in English (both directions).

Draw the relation scheme.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions