Version 4 (modified by 3 weeks ago) ( diff ) | ,
---|
Релациска шема
Customer
- CustomerID (PK)
- CustomerName
- CustomerSurName
- Address
- CustomerContact
Employee
- EmployeeID (PK)
- EmployeeName
- EmployeeSurName
- Position
- Department
Product
- ProductID (PK)
- Model
- Price
- LicensePlate
- Status
Truck / Trailer
- Truck: ProductID (FK), HP
- Trailer: ProductID (FK), Capacity
Procurement
- TransactionID (PK)
- EmployeeID (FK)
- CustomerID (FK)
- ProductID (FK)
- ProcurementDate
Quantity
T_Type
- TransactionID (PK, FK)
- Type (Rent/Buy)
- Duration (ако е Rent)
- MonthlyPay (ако е Rent)
- TotalPrice (ако е Buy)
- FeedbackID (PK)
- CustomerID (FK)
- ProductID (FK)
- Rating (1-5)
- Comment
- Maintenance
- MainID (PK)
- EmployeeID (FK)
- ProductID (FK)
- MainDate
Views
- CustomerID (PK, FK)
- ProductID (PK, FK)
DDL скрипта за бришење на табелите и креирање на табелите
Attachments (7)
-
Truck Simulator DDL.txt
(2.4 KB
) - added by 3 weeks ago.
V1init_db.txt
-
V1.1__data_init.txt.txt
(1.7 KB
) - added by 3 weeks ago.
V1.1data_init.txt
-
trucksimulator.png
(38.6 KB
) - added by 3 weeks ago.
DBeaverPhoto
-
Truck Simulator DDL (1).txt
(2.5 KB
) - added by 13 days ago.
V2init_db.txt
- DBEAVER.png (61.2 KB ) - added by 13 days ago.
- V1.1__data_init.txt.2.txt (1.8 KB ) - added by 13 days ago.
- Truck Simulator DDL.2.txt (2.5 KB ) - added by 13 days ago.
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.