To select rows for which a conditional statement is untrue, you can use the logical operator NOT before any conditional statement in SQL. You can see from the example above that results for which year_rank equals 2 or 3 are excluded. LIKE is frequently used with NOT.
Mercy Margret Answered question July 6, 2023
