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
The ERD should include all the entities, fields, keys, relationships, and connectivity where applicable. Please draw an ERD Diagram using Crow's foot notation to show relationship between tables such as 1:1,1:Many, Many:Many. After creating ERD diagram use that to create a data dictionary for the database.

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

Database And Expert Systems Applications 33rd International Conference Dexa 2022 Vienna Austria August 22 24 2022 Proceedings Part 2 Lncs 13427

Authors: Christine Strauss ,Alfredo Cuzzocrea ,Gabriele Kotsis ,A Min Tjoa ,Ismail Khalil

1st Edition

3031124251, 978-3031124259

More Books

Students also viewed these Databases questions

Question

=+such as the dirigenti in Italy?

Answered: 1 week ago

Question

=+ Are there closed-shop requirements or practices?

Answered: 1 week ago