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:
- CyberPanel là gì? Cài đặt CyberPanel như thế nào?
- Q50 You currently have an active transaction in your session and have been granted select access to V$TRANSACTION
- Cách Bitcoin Đảm Bảo Tính Toàn Vẹn Của Giao Dịch Mà Không Cần Bên Thứ Ba
- Làm thế nào để khuyến khích người mới tham gia Pi Network?
- Using DML statements | Sử dụng DML thao tác với table trong SQL