0% found this document useful (0 votes)
92 views

Relational Schema Diagram

This document contains an entity relationship diagram with 10 entities: USER, STAFF, STUDENT_FACULTY, BOOK, BOOKCOPY, AUTHOR, ISSUE, FLOOR, SHELF, and SUBJECT. The USER entity has attributes of Username and Password. The STAFF entity has an attribute of Username. The STUDENT_FACULTY entity has attributes of Username, Name, DOB, Email, IsDebarred, Gender, Address, IsFaculty, Penalty, and Dept.

Uploaded by

Yashashwini
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
92 views

Relational Schema Diagram

This document contains an entity relationship diagram with 10 entities: USER, STAFF, STUDENT_FACULTY, BOOK, BOOKCOPY, AUTHOR, ISSUE, FLOOR, SHELF, and SUBJECT. The USER entity has attributes of Username and Password. The STAFF entity has an attribute of Username. The STUDENT_FACULTY entity has attributes of Username, Name, DOB, Email, IsDebarred, Gender, Address, IsFaculty, Penalty, and Dept.

Uploaded by

Yashashwini
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Relational Schema Diagram

USER
Usernam Password
e

STAFF
Username

STUDENT_FACULTY
Username Name DOB Email IsDebarred Gender Address IsFaculty Penalty Dept

BOOK
ISBN Title Cost IsReserved Edition PubliPlace Publisher CopyYr ShelfID SubName

BOOKCOPY
ISBN CopyID IsChecked IsHold IsDamaged FuRequester

AUTHOR
ISBN Author

ISSUE
Usernam ISBN CopyID IssueID ExtenDate IssueDate ReturnDate NumExten
e

FLOOR
FloorID NumAssistant NumCopier

SHELF
ShelfID FloorID AisleID

SUBJECT
SubName FloorID NumJournal

KEYWORD
SName Keyword

USER (Username, Password)


STAFF (Username)
STUDENT_FACULTY (Username, Name, DOB, Email, IsDebarred, Gender, Address, IsFaculty, Penalty, Dept)
BOOK (ISBN, Title, Cost, IsReserved, Edition, PubliPlace, Publisher, Copy_Yr, ShelfID, SubName)
BOOKCOPY(ISBN, CopyID, IsChecked, IsHold, IsDamaged, FuRequester)
AUTHOR(ISBN, Author)
ISSUE(Username, ISBN, CopyID, IssueID, ExtenDate, IssueDate, ReturnDate, NumExten)
FLOOR(FloorID, NumAssistant, NumCopier)
SHELF(ShelfID, FloorID, AisleID)
SUBJECT(SubName, FloorID, NumJournal)
KEYWORD(SName, Keyword)

You might also like