But doing that you won't achieve the best performance using indexes and keys. Join handles it much better, even if you don't use the other table outputs.
@TheMagicofSQLАй бұрын
Can you demonstrate a case where that happens? Oracle Database transforms IN/EXISTS into joins under the covers, so the performance of these three should be identical