The document contains SQL code for creating a database named 'RestaurantDB' along with several tables including Menu, Orders, OrderDetails, Inventory, Customers, Employees, and Reservations. Each table is designed to manage different aspects of a restaurant's operations such as menu items, orders, inventory, and customer reservations. The code also includes foreign key constraints to maintain data integrity between related tables.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
12 views
MySQL DATABASE
The document contains SQL code for creating a database named 'RestaurantDB' along with several tables including Menu, Orders, OrderDetails, Inventory, Customers, Employees, and Reservations. Each table is designed to manage different aspects of a restaurant's operations such as menu items, orders, inventory, and customer reservations. The code also includes foreign key constraints to maintain data integrity between related tables.