Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Task 01:

Entities:

1. Library
2. Book
3. Section
4. Borrower

Attributes:

Simple Type Entities:

Library:

1. Name
2. Location
3. Contact Number

Book:

1. Title
2. Author
3. ISBN

Borrower:

1. Name
2. ID Number
3. Contact Information

Super Type Entities:

Section:

1. Name
2. Description
3. Capacity

Sub Type Entities:

Fiction Section:

Genre
Non-Fiction Section:

1. Dewey Decimal Number


2. Reference Section:
3. Topic
4. Periodicals Section:
5. Frequency

Relationships:

Library has a many-to-many relationship with Section (Library-Section)

Section has a one-to-many relationship with Book (Section-Book)

Borrower has a many-to-many relationship with Book (Borrower-Book)

Minimum and Maximum Cardinalities:

Library-Section: minimum 1, maximum many (1:N)

Section-Book: minimum 0, maximum many (0:N)

Borrower-Book: minimum 0, maximum many (0:N)

Task 02:

Final ER Diagram:

You might also like