You are on page 1of 2

LIBRARY MANAGEMENT SYSTEM:

ENTITIES AND PROPERTIES OF A LIBRARY MANAGEMENT SYSTEM ARE:

ENTITIES PROPERTY DATATYPE OF


PROPERTY
LIBRARY MEMBER Name String
Address String
UserId Integer
MemberType String
SUPPLIER SupplierId Integer
Name String
Address String
BOOK Book Id Integer
Title String
Author String
Category Category
CD CdId integer
Pirce Float
Category Category
SubCategory SubCategory
CATEGORY CategoryId Integer
CategoryName String
SUBCATEGORY SubCategoryId Integer
SubCategoryName. String
Category Category

LIBRARIAN Name String


Address String
EmployeeId Integer
Shift Integer
PUBLISHER Name String
Address String

PublisherId Integer
-MEMBER:

Name,User_Id,Address,Books Borrowed

-SUPPLIER:

Supplier_id,Name,Address.

-BOOKS BORROWED:

Book_id,User_Id,Last_Date

-BOOK:

Book_id,Publisher,Title,Category_id,Author

-CD’S:

Cd_id,Category_id,Company_Name

-SUBCATEGORY:

SubCategory_id,SubCategory_Name.

-CATEGORY:

Category_id,Category_Name,SubCategory_Name

--LIBRARIAN:

Name,Address,EMP_ID

You might also like