Version 19 (modified by 3 weeks ago) ( diff ) | ,
---|
Концептуален дизајн - ЕР Дијаграм и податочни побарувања
ER дијарграм
Податочни побарувања
Ентитети
- Users
- UserID - Primary Key, Numeric
- Username - Mandatory Attribute, Text
- FirstName - Optional Attribute, Text
- LastName - Optional Attribute, Text
- Address - Optional Attribute, Text
- Phone - Optional Attribute, Numeric
- Password - Mandatory Attribute, Text
- Email - Mandatory Attribute, Text
- Role - Mandatory Attribute, Text
- Member
- MemberID - Primary Key, Numeric
- Membership_Status - Mandatory Attribute, ENUM (Values: 'Active', 'Inactive', 'Suspended')
- Expired_Date - Mandatory Attribute, Date
- Book
- BookID - Primary Key, Numeric
- ISBN - Mandatory Attribute, Text
- Title - Mandatory Attribute, Text
- Genre - Mandatory Attribute, Text
- PublishedYear - Mandatory Attribute, Numeric
- Description - Optional Attribute, Text
- CoverImage - Optional Attribute, Text
- TotalCopies - Mandatory Attribute, Numeric
- Book_Details
- Format - Mandatory Attribute, ENUM (Values: 'Hardcover', 'Paperback')
- Language - Mandatory Attribute, Text
- Publisher - Mandatory Attribute, Text
- Pages - Mandatory Attribute, Text
- Book_Copies
- CopyID - Primary Key, Numeric
- Condition - Mandatory Attribute, ENUM (Values: 'New', 'Good', 'Damaged')
- Author
- AuthorID - Primary Key, Numeric
- FirstName - Mandatory Attribute, Text
- LastName - Mandatory Attribute, Text
- Nationality - Mandatory Attribute, Text
- DateOfBirth - Mandatory Attribute, Date
- Author_Description - Optional Attribute, Text
- Author_Image - Optional Attribute, Text
- Book_Author
- Loan
- LoanID - Primary Key, Numeric
- LoanDate - Mandatory Attribute, Date
- ReturnDate - Optional Attribute, Date
- Status - Mandatory Attribute, Text (Values: 'Active', 'Returned', 'Overdue')
- Fine
- FineID - Primary Key, Numeric
- FineAmount - Mandatory Attribute, Numeric
- FineDate - Mandatory Attribute, Date
- Status - Mandatory Attribute, Text
Релации =
Attachments (6)
- BER.png (38.9 KB ) - added by 3 weeks ago.
- BT-ER-3.png (39.2 KB ) - added by 3 weeks ago.
- BT-ER-Diagram.png (39.1 KB ) - added by 5 days ago.
- BT-ER-V1.png (175.7 KB ) - added by 5 days ago.
- BT-ER-V2.png (172.3 KB ) - added by 5 days ago.
- BT-ER-V3.png (237.6 KB ) - added by 5 days ago.
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.