Database PetersPan
Idea : To make avanced request information from a database.
Background : The exercise of PetersPan see Exercise#1
Step 1: select from Several tables
- List all information of thw waiters serving tables at the window
- List all information of the order (OrderLine) for Customer "King Arthur"
- List all information of the orderLines ordered by the customer names
- List the names of the MenuItem and the customer name which "King Arthur" has ordered
- List Price of the order for each Customers
- List Price of the order for each Customers where the the name is something with 'King'
- List Price of the order of the 16/feb 2018
- List Price of the order for Breakfast (8AM-10:30AM)
- List Price of the order and the name of the cutomer for Breakfast (8AM-10:30AM)
Step 2: Find a request for your class mates
Find a SQL request to pose for your stundent class mates.
Before you can pose it check that you have a solution.