Mark this post which is extremely useful to compare performance among these SQL query WHERE methods: https://sqlperformance.com/2012/12/t-sql-queries/left-anti-semi-join
Summary in short: NOT EXISTS > EXCEPT or NOT IN > OUTER JOIN methods.
Mark this post which is extremely useful to compare performance among these SQL query WHERE methods: https://sqlperformance.com/2012/12/t-sql-queries/left-anti-semi-join
Summary in short: NOT EXISTS > EXCEPT or NOT IN > OUTER JOIN methods.