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

Instruction

Okay. Now, let's see what the Department table contains.

Exercise

Select all the information from the Department table.

This table is extremely simple – it only has two columns: Id and Name.