hmm...
I'll take your word for it, since i've never used EXISTS in that context (don't laugh, it's true),
and IIRC, not all DBMS provide the EXISTS-Operator/Function. So i'm more used to use the IN-operator or an INNER JOIN
My Sample should work with any DBMS which supports CTE