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:
- Q12. Why does the DB01.abc.com service show unknown status?
- Phân biệt CDB$ROOT PDB$SEED APP_ROOT APP_PDB trong Oracle Multitenant
- Data Architecture là gì?
- Q113 Which two statements are true concerning logical and physical database structure
- Q34 Which three statements are true about the Automatic Diagnostic Repository (ADR)?
