Descriptions

Report a typo

Match operators with their descriptions.

Match the items from left and right columns
LIKE
BETWEEN
IN
EXISTS
Checks if value matches the pattern
Checks if subquery returns at least one record
Checks if value is within the range of comparisons
Checks if the value is in the list of constant values or in the result set
___

Create a free account to access the full topic