Each book has different id also each book of same name and


A Database for a Library of a University

Assumptions:

* Each book has different ID (also each book of same name and same author (but number of copies) will have different ID), author name and any additional information you think it is important.

* Students and faculty can borrow books.

* Each student and faculty can borrow books but the book cannot be borrowed by more than one borrower in the same time.

* There is a limited number of books can be borrowed each semester.

* The date of borrowing and return must be registered.

Requirements:

* Develop an E-R diagram for the library database.

* The relation schemas for the library database.

* Normalization of the relations (your relations should be in 4NF)

* SQL statements for creating all tables in your ERD.

* Populate your database with sample data. Each table should have a minimum of five rows.

* SQL queries to test your database:

o Find all students who have borrowed books.
o Find all books name and their authors.
o Any additional query you think it is useful.

Request for Solution File

Ask an Expert for Answer!!
Database Management System: Each book has different id also each book of same name and
Reference No:- TGS01011209

Expected delivery within 24 Hours