Question: Create 3 tables, insert values ( 1 - point ) . Answer the queries based on the data above ( 1 - point each )

Create 3 tables, insert values (1-point).
Answer the queries based on the data above (1-point each)
- Write a query that will calculate the total commission (order amount * commission percent/100) by salesperson.
- Write a query that lists all orders where colnmission was greater than \(10\%\)
- Write a query that lists the city along with full order details
- Write a query that lists the name of salesperson whose salary is greater than 50000 and commission greater or equal to 10\%
- Write the names of salesperson who have made orders in Boston.
Create 3 tables, insert values ( 1 - point ) .

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!