SQL
SQL EXISTS Keyword
The EXISTS command tests for the existence of any record in a subquery, and returns true if the subquery returns one or more records.
SQL
The EXISTS command tests for the existence of any record in a subquery, and returns true if the subquery returns one or more records.