Answered step by step
Verified Expert Solution
Question
1 Approved Answer
using SI Schema Instructions List of Customers Interested in Different Make: Using SET operations, display a list of customers that are interested in a car
using SI Schema
Instructions
List of Customers Interested in Different Make:
Using SET operations, display a list of customers that are interested in a car prospect table of any different make which they already own.
Total Labour and Parts Cost:
Using a single SELECT statement, generate a list of total labour and parts cost of servicing Land Rover and BMW cars. The query should show subtotals for each make and for each model. Your query should produce no grand total.
Highest and Lowest Car Sale Prices:
Using analytic functions, display the highest and the lowest car sale prices for each make in the SI database and rank them based on the highest price in descending order.
Customer Who Bought the Third Most Expensive Car:
Using analytic functions, return the name of the customer who bought the third most expensive car.
Car Price and Difference from Average in Burlington:
For each customer from Burlington, return the price of the car they bought and the difference between that price and the average price of the cars sold in that city.
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