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

Instruction

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

Exercise

Select all the information from table department.

This table is extremely simple. It only contains two columns: id and name.