Question: Create a simple database application for Bakery My. The system is used to keep track of their customers, menu inventory and the sales made in
Create a simple database application for Bakery My. The system is used to keep track of their customers, menu inventory and the sales made in the past. The application can be built using command line interface and manipulated with SQL . The data creation, viewing and manipulation (insert, update, and delete) is conducted through the command line interface. You are encouraging to apply some extra SQL commands to prettify your generated tables.
Minimum requirements:
1. The application must be able to store all relevant data of your main entities. i.e customers, order, menu item etc.
2. Can add, update, delete and view menu items
3. Can create, update, delete orders
4. Can add new and update customer details
5. Use all available data from your Assignment 2 to generate the following:
a. All Customers list
b. All Bill Orders
c. All Menu items
d. Simple reporting for:
i. Monthly sales order list
ii. List of customer names and their area/location
iii. Most-ordered desserts / dessert combo
iv. Rankings of highest paying customers
this is Database. thanks in advance
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
