What does the SQL operator "IN" do?

Last Updated :
Discuss
Comments

What does the SQL operator "IN" do?

Checks if a value is NULL

Checks if a value is within a specified set of values

Performs pattern matching on a string value

Compares two values for equality

Share your thoughts in the comments