Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Get to know the data
3. The Purchase table
Get to know the OVER() clause
Computations with OVER()
Aggregate functions with OVER()
Using OVER() with WHERE
Summary

Instruction

Fine. The last table is called Purchase. Let's look at it.

Exercise

Select all the information from the table Purchase.

This table keeps track of all items that are purchased by the departments. It contains the Id of the purchase, the ID of the department, the Name of the purchased item, and the Price paid.