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

Instruction

Fine. The last table is called purchase.

Exercise

Select all the information from table purchase.

This table keeps track of all items that are purchased by the departments. You can find the id of the purchase, the id of the department, the name of the item and the price paid for it.