The SQLINTERSECT clause/operatoris used to combine two SELECT statements,
but returnsrowsonlyfrom the first SELECTstatement
that are identical to a rowin the second SELECTstatement.
This means INTERSECTreturnsonly common rows returned by the two
SELECT statements.