Instruction
Excellent. How about multiple CTEs?
Exercise
Find the maximal number of hours an employee spent in total on the project with the ID 1 (column named first_max) and on the project with the ID 2 (named second_max).

Excellent. How about multiple CTEs?
Find the maximal number of hours an employee spent in total on the project with the ID 1 (column named first_max) and on the project with the ID 2 (named second_max).
