SQL queries that use ``++EXISTS++`` subqueries are inefficient because the subquery is re-run for every row in the outer query's table. There are more efficient ways to write most queries, ways that do not use the ``++EXISTS++`` condition.