Each restaurant (specified by a name and a city) sells one or more menus, but a menu is sold in only one restaurant.
A menu (specified by a title) contains one or more dishes.
A dish (specified by a name and a price) can be contained by one or more menus.
- Create a Conceptual Data Model.
- Create a Logical Data Model.
- Create a Physical Data Model.