Instruction
Let's begin with something easy.
Exercise
For each course, show its name and a second column based on the column graduate_satisfaction:
- if it's above 80, show 'satisfied'.
- if it's above 50, show 'moderately satisfied'.
- if it's 50 or less, show 'not satisfied'.
Name the second column satisfaction_level.



