Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The library of the University of Happiness is creating a database that will store information about users, books, and circulation. It contains the following: 4

The library of the University of Happiness is creating a database that will store information about users, books, and circulation. It contains the following:
4 tables for the database: USERS, BOOK_COPY, BOOK, and CHECKOUT. (Since a book may have multiple copies that may be purchased by the library at different times, it is better to have a BOOK_COPY table to avoid unnecessary data redundancy.)
The data in the tables are as follows:
USER table records a patrons ID, name, address, phone number, email address, classification, and status.
BOOK table contains author, title, publication date, subject, language, genre, format, and a unique identifier (It can be the ISBN of the book) for each book.
BOOK_COPY table records a unique identifier for each copy of a book, the date of purchase, and the identifier of the book from the BOOK table.
CHECKOUT table records a unique checkout identifier, the date of check-out, patrons ID, the identifier of the book copy from the BOOK_COPY table, and the due date.
Create an ERD (Entity Relational Diagram) for the University of Happiness Library database using Crows Foot notation - as demonstrated/explained in class.
The ERD should include all the entities, fields, keys, relationships, and connectivity where applicable.
Create a data dictionary in Word or Excel for the University of Happiness Library ERD you just created.The data dictionary should contain all the attribute names and characteristics for each table in the system.
Please create an ERD Diagram using Crow's foot notation to show relationship between tables. Ater creating ERD diagram use that to create a data dictionary for the database. No code needed.

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

Essential SQLAlchemy Mapping Python To Databases

Authors: Myers, Jason Myers

2nd Edition

1491916567, 9781491916568

More Books

Students also viewed these Databases questions

Question

What is Accounting?

Answered: 1 week ago

Question

Define organisation chart

Answered: 1 week ago

Question

What are the advantages of planning ?

Answered: 1 week ago

Question

Explain the factors that determine the degree of decentralisation

Answered: 1 week ago

Question

1. How will you, as city manager, handle these requests?

Answered: 1 week ago

Question

1. Identify the sources for this conflict.

Answered: 1 week ago