|
INTERSECT (Short Name: INT)
|
|
| · | If one table has more rows than the other table, place the larger table second (tblname2) in the command and create an index for its common column.
|
| · | If both tables have many rows, place the table with the shorter row length first (tblname1)and index the common column in the second table.
|
| · | If the tables have more than one common column, index the common column that has the most unique values in the second table (tblname2).
|