Question: ( 1 0 pts ) Write one query that returns in one table the following information from the tables above: Order number, Customer Name, Grade,
pts Write one query that returns in one table the following information
from the tables above:
Order number, Customer Name, Grade, Date of Order, purchase amount,
Salesman, and commission. The output table should look like this the table
below. Please use Inner Joins and remember to rename the columns.
What does this query returns?
a
SELECT AVG
FROM orders
WHERE ate
GROUP ;
b
SELECT ordno custname, commission,
FROM salesman,orders, customer
WHERE orders.customerid customer.customerid
AND customer.grade IS NOT NULL;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
