Version 26 (modified by 2 days ago) ( diff ) | ,
---|
Релациска шема
Customer
- CustomerID (PK)
- CustomerName
- CustomerSurName
- Address
- CustomerContact
- Password
Employee
- EmployeeID (PK)
- EmployeeName
- EmployeeSurName
- Position
- Department
- Password
Product
- ProductID (PK)
- Model
- Price
- LicensePlate
- Status
Truck
- ProductID (PK, FK → Product)
- HP
Trailer
- ProductID (PK, FK → Product)
- Capacity
Procurement
- TransactionID (PK)
- EmployeeID (FK → Employee)
- CustomerID (FK → Customer)
- ProductID (FK → Product)
- ProcurementDate
- Quantity
- Status
- Notified
- GroupID
T_Type
- TransactionID (PK, FK → Procurement)
- Type (Rent/Buy)
- Duration (ако е Rent)
- MonthlyPay (ако е Rent)
- TotalPrice (ако е Buy)
- FeedbackID (PK)
- TransactionID (FK)
- CustomerID (FK)
- ProductID (FK)
- Rating (1-5)
- Comment
- FeedbackDate
Maintenance
- MainID (PK)
- EmployeeID (FK → Employee)
- ProductID (FK → Product)
- MainDate
- Description
- Cost
- Status
- StartTime
- EndTime
Views
- CustomerID (PK, FK → Customer)
- ProductID (PK, FK → Product)
- Wallet
- WalletID (PK)
- CustomerID (FK → Customer)
- Balance
- CardNumber
- ExpiryDate
- CVV
- CardHolderName
DDL скрипта за бришење на табелите и креирање на табелите
DML скрипта за полнење на табелите со податоци
Релациски дијаграм изваден од DBeaver
Attachments (10)
-
Truck Simulator DDL.txt
(2.4 KB
) - added by 6 weeks ago.
V1init_db.txt
-
V1.1__data_init.txt.txt
(1.7 KB
) - added by 6 weeks ago.
V1.1data_init.txt
-
trucksimulator.png
(38.6 KB
) - added by 6 weeks ago.
DBeaverPhoto
-
Truck Simulator DDL (1).txt
(2.5 KB
) - added by 5 weeks ago.
V2init_db.txt
- DBEAVER.png (61.2 KB ) - added by 5 weeks ago.
- V1.1__data_init.txt.2.txt (1.8 KB ) - added by 5 weeks ago.
- Truck Simulator DDL.2.txt (2.5 KB ) - added by 5 weeks ago.
-
Screenshot_1.png
(52.1 KB
) - added by 2 days ago.
Final
-
Truck Simulator DDL Final.txt
(5.8 KB
) - added by 2 days ago.
Final DDL
-
Truck Simulator DML Final.txt
(18.6 KB
) - added by 2 days ago.
DML Final
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.