What does the SQL operator "NOT" do?

Last Updated :
Discuss
Comments

What does the SQL operator "NOT" do?

Negates a condition

Checks if a value is NULL

Performs pattern matching on a string value

Compares two values for equality

Share your thoughts in the comments