Changes between Version 26 and Version 27 of SQL & DDL
- Timestamp:
- 09/23/25 21:33:11 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SQL & DDL
v26 v27 22 22 **Product**\\ 23 23 - ProductID (PK) 24 - PrcurementID (FK -> Prcurement) 24 25 - Model 25 26 - Price … … 38 39 - TransactionID (PK) 39 40 - EmployeeID (FK → Employee) 40 - CustomerID (FK → Customer)41 - ProductID (FK → Product)42 41 - ProcurementDate 43 42 - Quantity … … 55 54 **CustomerFeedback**\\ 56 55 - FeedbackID (PK) 57 - TransactionID (FK)58 56 - CustomerID (FK) 59 - ProductID (FK)60 57 - Rating (1-5) 61 58 - Comment … … 64 61 **Maintenance**\\ 65 62 - MainID (PK) 66 - EmployeeID (FK → Employee)67 - ProductID (FK → Product)68 63 - MainDate 69 64 - Description … … 79 74 * Wallet **\\ 80 75 81 - WalletID (PK) 76 - WalletID (PK)a 82 77 - CustomerID (FK → Customer) 78 - ProcurementRequestID (FK -> ProcurementRequest) 83 79 - Balance 84 80 - CardNumber