The CUSTOMERS table has these columns: CUSTOMER_ID NUMBER (4) NOT NULL CUSTOMER_NAME VARCHAR2 (100) NOT NULL STREET_ADDRESS VARCHAR2 (150) CITY_ADDRESS VARHCAR2 (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 DISTINTC UPPER(country_address)
E. OUNT(DISTINTC (UPPER(country_address)))
查看答案
该试题由用户535****77提供
查看答案人数:9509
如遇到问题请
联系客服
正确答案
该试题由用户535****77提供
查看答案人数:9510
如遇到问题请联系客服