Sometimes we want to select data that doesn't satisfy a condition, like all students that are not in their first year.
Make sure to pick WHERE, followed by year <> 1.
WHERE
year <> 1