What does the NOT operator do when combined with IN?

SQL Data Analyst Easy

SQL Data Analyst — Easy

What does the NOT operator do when combined with IN?

Key points

  • NOT with IN filters out values present in the list
  • It does not reverse sort order or exclude NULL values
  • It specifically negates the condition of being in the list

Ready to go further?

Related questions