Changes between Version 7 and Version 8 of Logical and Physical Design – Database Creation
- Timestamp:
- 08/26/25 22:58:00 (7 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Logical and Physical Design – Database Creation
v7 v8 41 41 \\ 42 42 \\ 43 **RESTAURANT**(**__restaurant_ _id**, name, website_url, opening_time, closing_time, email, phone_number)43 **RESTAURANT**(**__restaurant_id__**, **__address_id*__**(ADDRESS), name, website_url, opening_time, closing_time, email, phone_number) 44 44 \\ 45 45 \\ … … 71 71 72 72 73 === Relational Schema Diagram