Q123 Examine the description of the CUSTOMERS table:
You want to display details of all customers who reside in cities starting with the letter D followed by at least two characters.
Which query can be used?
- (A). SELECT * FROM customers WHERE city LIKE ‘D_%’;
- (B). SELECT * FROM customers WHERE city = ‘%D_’;
- (C). SELECT * FROM customers WHERE city LIKE ‘D_’;
- (D). SELECT * FROM customers WHERE city = ‘D_%’;
Xem thêm:
- Cú pháp SQL CHECK Constraint
- Q134 In one of your databases, user KING is: Not a DBA user An operating system (OS) user
- Ứng Dụng Của Blockchain Trong Lĩnh Vực Tài Chính
- Cấu hình Oracle Data Guard Broker DGMGRL Oracle Data Guard 19c
- Q45 You want to apply the principle of Least Privilege in all your live databases