Changes between Version 26 and Version 27 of SQL & DDL


Ignore:
Timestamp:
09/23/25 21:33:11 (3 weeks ago)
Author:
213231
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SQL & DDL

    v26 v27  
    2222**Product**\\
    2323- ProductID (PK)
     24- PrcurementID (FK -> Prcurement)
    2425- Model
    2526- Price
     
    3839- TransactionID (PK)
    3940- EmployeeID (FK → Employee)
    40 - CustomerID (FK → Customer)
    41 - ProductID (FK → Product)
    4241- ProcurementDate
    4342- Quantity
     
    5554**CustomerFeedback**\\
    5655- FeedbackID (PK)
    57 - TransactionID (FK)
    5856- CustomerID (FK)
    59 - ProductID (FK)
    6057- Rating (1-5)
    6158- Comment
     
    6461**Maintenance**\\
    6562- MainID (PK)
    66 - EmployeeID (FK → Employee)
    67 - ProductID (FK → Product)
    6863- MainDate
    6964- Description
     
    7974* Wallet **\\
    8075
    81 - WalletID (PK)
     76- WalletID (PK)a
    8277- CustomerID (FK → Customer)
     78- ProcurementRequestID (FK -> ProcurementRequest)
    8379- Balance
    8480- CardNumber