Instruction
Nice work! How about an UPDATE combined with a CTE?
Exercise
The company would like to know which projects are the most important (e.g. took the most time).
For project where employees worked more than 40 hours, add ' (VIP)' at the end of its name. The name should look like this: PROJECT NAME (VIP). Mind the space between project name and (VIP).



