Q150 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:
- Setup PostgreSQL Cluster Highly Available with Patroni Etcd HAProxy
- Q128 Which three statements are true about time zones, date data types, and timestamp data types in an Oracle database?
- Lightning Network trong mạng Bitcoin là gì?
- Q101. Which three actions are performed by the Oracle Preinstallation RPM, oracle-database-serverxxxx- preinstall, for Oracle Grid Infrastructure, where xxxx is the Oracle version and release?
- Q161 Examine this command Which two statements are true?