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:
- Copy và đồng bộ file giữa 2 server tự động cập nhật file có thay đổi thông qua crontab với tiện ích rsync
- Q164 As the DBA, you execute this command
- Clone database, duplicate database – Restore Oracle Database to New Server using Rman
- KYC là gì? Tầm quan trọng và quy trình thực hiện
- Backup là gì?