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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started