Q87 Examine the description of the members table:
Examine the partial query:
SELECT city, last_name LNAME FROM members…
You want to display all cities that contain the string AN. The cities must be returned in ascending order, with the last names further sorted in descending order.
Which two clauses must you add to the query?
- (A). ORDER BY 1, LNAME DESC
- (B). ORDER BY 1, 2
- (C). WHERE city LIKE ‘%AN%’
- (D). WHERE city = = ‘%AN%’
- (E). WHERE city IN (‘%AN%’)
- (F). ORDER BY last_name DESC, city ASC
Xem thêm:
- Bitcoin và Tiêu Hao Năng Lượng Trong Quá Trình Khai Thác: Thực Tế và Tranh Cãi
- Q27. Which two are true about the automatic execution of operating system scripts when performing silent mode installation starting from Oracle Database 19c?
- Nguyên tắc tối thiểu hoá các quyền trong Oracle database (Principal of Least Privilege)
- Hadoop là gì?
- ORA-19804 cannot reclaim 1264643584 bytes disk space from 8657043456 bytes limit