Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Part 1: Entity-Relationship Diagram (ERD) (10 Points): Draw the Entity-Relationship Diagram (ERD) for your application to show the entities and relationships. Make sure to clearly

Part 1: Entity-Relationship Diagram (ERD) (10 Points):

Draw the Entity-Relationship Diagram (ERD) for your application to show the entities and relationships. Make sure to clearly show the following:

1- All entities (i.e., objects) that are needed to implement your application 2- Each entity must be identified by a primary key and described by a set of attributes. 3- List clearly all relationships between entities (Business Rules). For example, the relationship between Customer and Invoice entities is described as Each customer can have more than one invoice, however, an invoice can belong to only one customer. 4- Relationship cardinalities for all relationships in your ERD (1-to-1, 1-to-M, or M-to-M).

my tables :

Book_Details Binding_Details Category_Details Borrower_Details Student_Details Staff_Details Student_Details Shelf_Details

Attributes of each table

Book_Details :- ISBN, Book_Title, Publication_year, Language, Category_Type, Binding_Id , No_Of_Copies_Actual, No_Of_Copies_Current Binding_Details :- Binding_ID, Binding_Name Category_Details :- Category_ID, Category_Name Borrower_Details :- Borrower_ID, Book_Id, Borrowed_From, Borrowed_TO, Actual_Return_Date, Issued_by Staff_Details :- Staff_Id, Staff_Name, Is_Admin, Designation Student_Details :- Student_Id, Student_Name, Sex, Date_of_Birth, Borrower_Id, Department, Contact_Number Shelf_Details :- Shelf_Id, Shelf_No

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

Principles Of Database Systems With Internet And Java Applications

Authors: Greg Riccardi

1st Edition

020161247X, 978-0201612479

More Books

Students also viewed these Databases questions