Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Get to know tables
OVER()
Computations with OVER()
Aggregate functions with OVER()
OVER() and WHERE
Summary
16. Exercise 2

Instruction

Great! Now, the more difficult exercise!

Exercise

For each purchase, show its:

  • id,
  • the name of the department,
  • the item,
  • the price,
  • the minimum price from all the rows in the query result,
  • the difference between the price and the minimum price.