I've been in an argument with one of our devs that took an update statement with an inner join and made it a left join (because inner was missing some records somehow in the left table - tableB in ...
clauses IN and EXISTS are interchangeable. However, they’re quite different in how they handle NULL values and may give different results. The problem comes from the fact that, in an Oracle database, ...