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

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