Changes between Version 7 and Version 8 of Концептуален дизајн - ЕР Дијаграм и податочни побарувања


Ignore:
Timestamp:
12/18/24 17:04:11 (4 weeks ago)
Author:
222039
Comment:

--

Legend:

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

    v7 v8  
    771. '''Book'''
    88* '''BookID''' - Primary Key, Numeric
    9 * ISBN - Mandatory Attribute, Text 
     9* ISBN - Mandatory Attribute, Text
    1010* Title - Mandatory Attribute, Text
    1111* Genre - Mandatory Attribute, Text
    1212* PublishedYear - Mandatory Attribute, Numeric
    13 * Copies - Mandatory Attribute, Numeric
    14 * Condition - Mandatory Attribute, ENUM
     13* TotalCopies - Mandatory Attribute, Numeric
    1514
    16 2. '''Book_Author'''
     152. '''Book_Copies'''
     16* '''CopyID''' - Primary Key, Numeric
     17* Condition - Mandatory Attribute, ENUM (Values: 'New', 'Good', 'Damaged')
    1718
    18 3. '''Author'''
     19
     203. '''Book_Author'''
     21
     224. '''Author'''
    1923* '''AuthorID''' - Primary Key, Numeric
    2024* FirstName - Mandatory Attribute, Text
     
    2327* DateOfBirth - Mandatory Attribute, Date
    2428
    25 4. '''Loan'''
     295. '''Loan'''
    2630* '''LoanID''' - Primary Key, Numeric
    2731* LoanDate - Mandatory Attribute, Date
    2832* ReturnDate - Optional Attribute, Date
    29 * Status - Mandatory Attribute, Text
     33* Status - Mandatory Attribute, Text (Values: 'Active', 'Returned', 'Overdue')
    3034
    31 5. '''Member'''
     356. '''Member'''
    3236* '''MemberID''' - Primary Key, Numeric
    3337* Address - Mandatory Attribute, Text
     
    3539* Membership_Status - Mandatory Attribute, ENUM
    3640
    37 6. '''User'''
     417. '''User'''
    3842* '''UserID''' - Primary Key, Numeric
    3943* Username - Mandatory Attribute, Text
     
    4246* Role - Mandatory Attribute, Text
    4347
    44 7. '''Fine'''
     488. '''Fine'''
    4549* '''FineID''' - Primary Key, Numeric
    4650* FineAmount - Mandatory Attribute, Numeric
     
    4852* Status - Mandatory Attribute, Text
    4953
    50 8. '''Fine_Payment'''
     549. '''Fine_Payment'''
    5155* '''FinePaymentID''' - Primary Key, Numeric
    5256* PaymentDate - Mandatory Attribute, Date