wiki:konceptualenDizajn

Version 8 (modified by 213209, 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:

Attachments (8)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.