The ANY operator compares a column value to a set of values returned by a subquery and returns a boolean result. It returns TRUE if any value in the subquery satisfies the condition. The ALL operator ...