Concept Flow - INTERSECT and EXCEPT
Start with Query A
Start with Query B
Find common rows
Return result set
End
This flow shows how two queries produce sets of rows, then INTERSECT returns only rows in both sets, while EXCEPT returns rows in the first set but not in the second.