Question: For each information request below, formulate a single SQL query to produce the required information. In each case, you should display only the columns requested.
For each information request below, formulate a single SQL query to produce the required information. In each case, you should display only the columns requested. Be sure that your queries do not produce duplicate records unless otherwise directed.
1. What is the most expensive sale item (SalePrice * Quantity) ever made and to whom was it made (first and last name). Name the column LargestItemSale. (use a max subquery in the where clause.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
