Anti-joins in SQL
Here's the SQL Anti-Join, another type of join that doesn't have its own keyword but it's very much a thing. You might have used it a lot of times before 😁
So, what does it do?
The anti-join retains all the rows in one table that are not also found ...
datawise.dev2 min read