Version 16 (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_Author
Релации =
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.