wiki:Концептуален дизајн - ЕР Дијаграм и податочни побарувања

Version 17 (modified by 222039, 3 weeks ago) ( diff )

--

Концептуален дизајн - ЕР Дијаграм и податочни побарувања

ER дијарграм

Податочни побарувања

Ентитети

  1. 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
  1. Member
  • MemberID - Primary Key, Numeric
  • Membership_Status - Mandatory Attribute, ENUM (Values: 'Active', 'Inactive', 'Suspended')
  • Expired_Date - Mandatory Attribute, Date
  1. 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
  1. Book_Author
  1. Book_Details
  • Format - Mandatory Attribute, ENUM (Values: 'Hardcover', 'Paperback')
  • Language - Mandatory Attribute, Text
  • Publisher - Mandatory Attribute, Text
  • Pages - Mandatory Attribute, Text
  1. Book_Copies
  • CopyID - Primary Key, Numeric
  • Condition - Mandatory Attribute, ENUM (Values: 'New', 'Good', 'Damaged')

Релации =

Attachments (6)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.