Subqueries | DESCRIPTION |
---|---|
SEMI JOIN | Matches records by key field in the right table with those in the left Then picks out only the rows in the left table that match that condition |
ANTI JOIN | Picks out those columns in the left table that do not match the condition on the right table |
SEMI JOIN & ANTI JOIN |