Which operator checks if a value falls within a range inclusively?

SQL Data Analyst Easy

SQL Data Analyst — Easy

Which operator checks if a value falls within a range inclusively?

Key points

  • BETWEEN is used to check if a value is within a specified range.
  • It includes the values at both ends of the range.
  • IN is used to check if a value matches any value in a list, not a range.

Ready to go further?

Related questions