It works similar like union clause as it is used to combine two SELECT statements, but it returns tuples only from first SELECT statement which are common to tuples in the second SELECT statement.
The two tables have different structures. SALES_STORE has SELLERID field for storing IDs of salespeople. But both have ID, CUSTOMERID, ORDERDATE, PRODUCTID and AMOUNT ...
--Except: Get the records in table_1 but not in table_2 --Intersect:Get the records which in table_1 and table_2 ...
目前正在顯示您可能無法存取的結果。
隱藏無法存取的結果