The CUSTOMERS table has these columns: CUSTOMER_ID NUMBER(4) NOT NULL CUSTOMER_NAME VARCHAR2(100) NOT NULL STREET_ADDRESS VARCHAR2(150) CITY_ADDRESS VARCHAR2(50) STATE_ADDRESS VARCHAR2(50) PROVINCE_ADDRESS VARCHAR2(50) COUNTRY_ADDRESS VARCHAR2(50) POSTAL_CODE VARCHAR2(12) CUSTOMER_PHONE VARCHAR2(20) The CUSTOMER_ID column is the primary key for the table. You need to determine how dispersed your customer base is. Which expression finds the number of different countries represented in the CUSTOMERS table?()
A. OUNT(UPPER(country_address))
B. OUNT(DIFF(UPPER(country_address)))
C. OUNT(UNIQUE(UPPER(country_address)))
D. OUNT DISTINCT UPPER(country_address)
E. OUNT(DISTINCT (UPPER(country_address)))
查看答案
该试题由用户993****63提供
查看答案人数:42589
如遇到问题请
联系客服
正确答案
该试题由用户993****63提供
查看答案人数:42590
如遇到问题请联系客服