Question: Question 1 : - Create a detailed ER diagram that includes the five entities with their attributes, relationships, cardinalities, and key constraints. Indicate any identifying
Question:
Create a detailed ER diagram that includes the five entities with their attributes, relationships,
cardinalities, and key constraints.
Indicate any identifying relationships and existence dependencies.
Draw ER as a diagram and not a code with PK and FK
Book:
PK: book id integer
Title String
FK: Author id integer
FK: Category idinteger
publication year integer
copies available integer
Member:
PK: member id integer
Nema String
Email String
Phone String
Author:
PK: Author id integer
Author na String
Nationality String
Birthdate Date
Borrow:
PK: borrow id integer
FK: book id integer
FK: member id integer
Borrow date Date
Returned date Date
Returned String
Category:
PK: category id integer
category na String
description String
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
