[quoted text, click to view] >> if I have choice between EXISTS and ANY? <<
EXISTS() is not the same as ANY in all situations. You can use any theta
(comparison) operator with ANY.
However, the EXISTS predicate can use PK-FK references, indexes and
other tricks to optimize the search for any match.
--CELKO--
===========================
Please post DDL, so that people do not have to guess what the keys,
constraints, Declarative Referential Integrity, datatypes, etc. in your
schema are.
*** Sent via Developersdex
http://www.developersdex.com ***