Having written about Selects with Union I thought it was time to mention to Selects with Intersect.
Select statements with the INTERSECT combines the matching results from two tables into one set of results. To reiterate "matching" means that the same value must appear in the given column(s) in both files.
I have two example tables with the same column names, they contain the following data:
| Table 1 | Table 2 | ANGELA BETTY DOROTHY EVELYN GEORGINA |
GEORGINA FRANCESCA EVA DOROTHY CAROLINE ANGELA |




