Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 7

LIBRARY DATA MODEL

Users Books Author


user_id Isbn Author_id
user_name Category_id Author_firstname
user_address Book_title Author_surname
Email_address Date_of_publication
Other_user-details no_of_copies
Categories
Category_id
Category_name

Books out on Loan


Book_borrowing_id
Isbn
user_id
Date_issued
Date_due_for_return
Date_returned
Users Table

user_id user_name user_address Email_address Other_user-details


Books Table

Isbn Category_id Book_title Date_of_publication no_of_copies


Books out on Loan

Book_borrowing_id Isbn user_id Date_iss Date_due_for_r Date_returned


ued eturn
Author Table

Author_id Author_firstname Author_surname


Category Table

Category_id Author_firstname

You might also like