Is there any difference in the performance of the following three SQL statements?
SELECT * FROM tableA WHERE EXISTS (SELECT * FROM tableB WHERE tableA.x = ta
Execution Plan. Learn it, use it, love it
There is no possible way to guess, really.