Q88 Examine this SQL statement:
SELECT cust_id, cust_last_name "Last Name" FROM customers WHERE country_id = 10 UNION SELECT cust_id CUST_NO, cust_last_name FROM customers WHERE country_id = 30
Identify three ORDER BY clauses, any one of which can complete the query successfully. (Choose three.)
- (A). ORDER BY “Last Name”
- (B). ORDER BY 2, 1
- (C). ORDER BY 2, cust_id
- (D). ORDER BY CUST_NO
- (E). ORDER BY “CUST_NO”
Xem thêm:
- NoSQL là gì?
- Đạo đức AI: Những thách thức và tranh cãi xung quanh công nghệ này
- Q90. You want to install Oracle Grid Infrastructure for a Standalone Server using Oracle Universal Installer (OUI)
- Q15. Table ORDER_ITEMS contains columns ORDER_ID, UNIT_PRICE and QUANTITY, of data type NUMBER
- Zabbix là gì
