Tests a specified table (typically a derived table) for the existence of at least one row (that is, tests whether the table in question is non-empty).
EXISTS is supported as the predicate of the search condition in a WHERE clause.
ANSI Compliance
This statement is ANSI SQL:2011 compliant.