您的位置:首页 > 其它

151.View the Exhibit and examine the structure of the CUSTOMERS and CUST_HISTORY tables.

2016-03-10 11:36 447 查看
151.View the Exhibit and examine the structure of the CUSTOMERS and CUST_HISTORY tables.

The CUSTOMERS table contains the current location of all currently active customers. The

CUST_HISTORY table stores historical details relating to any changes in the location of all current as well

as previous customers who are no longer active with the company.

You need to find those customers who have never changed their address.

Which SET operator would you use to get the required output?



A.MINUS

B.UNION

C.INTERSECT

D.UNION ALL

答案:A

解析:

MINUS:取差

UNION:取加,但是排除重复

INTERSECT:取交集

UNION ALL:取加,不排除重复

从题目中可以看出选A
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: