You are on page 1of 1

Database ER diagram (crow's foot)

Diagram Key
Jasmin Marie G. Layag | February 5, 2023
Existing table

Proposed table

tblBooks tblAdmin

Book_id int Admin_id int


Title Varchar(50) Admin_name Varchar(50)
Author Varchar(50)
Category Varchar(50)
Barrowing_date Timestamp
Returning_date TimeStamp
Barrowing_duedate Timestamp

tblStudent
Student_id int
Contact_no. Varchar(50)
First_name Varchar(50)
Middle_name Varchar(50)
Last_name Varchar(50)
Email Varchat(50)
Year_level Varchar(50
Section Varchar(50)
Course Varchar(50)

You might also like