Version 11 (modified by 4 weeks ago) ( diff ) | ,
---|
ER Дијаграм
Ентитети
Entity: Customer
Description: Represents a customer who can make reservations. Primary Key: customerId(autogenerated). Attributes:
Entity: Restaurant
Description: Represents a restaurant, which contains menus and tables. Primary Key: RestaurantID(autogenerated). Attributes:
Entity: Menu
Description: Represents the menu associated with a restaurant. Primary Key: MenuID(autogenerated). Attributes:
Entity: Table
Description: Represents a table in a restaurant that can be reserved. Primary Key: TableID(autogenerated). Attributes:
Entity: Reservation
Description: Represents a reservation made by a customer. Primary Key: ReservationID(autogenerated). Attributes:
Entity: Payment Description: A weak entity describing the process of paying the reservation. Partial Key: paymentId - Artificial ID for the payment. Attributes: date: Payment date. reservation_nr: Number of reservation paid. total_price: Derived attribute.
Attachments (8)
- erDiagramRezervirajMasaImg.png (112.7 KB ) - added by 6 weeks ago.
- er2.png (124.3 KB ) - added by 4 weeks ago.
- er3Img.png (124.2 KB ) - added by 4 weeks ago.
-
finalEr.png
(129.4 KB
) - added by 3 weeks ago.
final final
- finalFinaleV2.png (138.6 KB ) - added by 3 weeks ago.
- finalFinaleV3.xml (44.0 KB ) - added by 3 weeks ago.
- finalFinaleV3.png (137.8 KB ) - added by 3 weeks ago.
- finalFinaleV4.png (138.3 KB ) - added by 3 weeks ago.
Download all attachments as: .zip