ALL operator compares a value to EVERY value returned by a subquery. For example, salary > ALL (subquery) means salary is greater than the maximum value in the subquery. ANY compares to at least one value, IN checks for membership, and OF is not a valid operator.