Changes between Version 1 and Version 2 of RelationalDesign
- Timestamp:
- 11/29/22 15:54:35 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RelationalDesign
v1 v2 5 5 * Rewards(__Rewards_Id__, Grade, Num_grades) \\ 6 6 * Car(__Car_Id__, License_plate*, __Type_Id__*) \\ 7 * Type(__Type_Id__, Make*, Model, Year*) \\7 * Car_Type(__Type_Id__, Make*, Model, Year*) \\ 8 8 * Drive(__Drive_Id__, Destination Coordinates, Grade, Status, Km_travelled, __Pick_up_address_Id__*, __Payment_Id__) \\ 9 9 * Pick_Up_Address(__Pick_up_address_Id__, City, Street, Number, Location Coordinates) \\