What does the SQL operator "LIKE" do?

Last Updated :
Discuss
Comments

What does the SQL operator "LIKE" do?

Checks if a value is NULL

Checks if a value is within a specified range

Performs pattern matching on a string value

Compares two values for equality

Share your thoughts in the comments