Oracle Database 12c SQL 1z0-071 Question # 53 Topic 6 Discussion

Oracle Database 12c SQL 1z0-071 Question # 53 Topic 6 Discussion

1z0-071 Exam Topic 6 Question 53 Discussion:
Question #: 53
Topic #: 6

Examine the description of the CUSTOMERS table:

1z0-071 Question 53

You want to display details of all customers who reside in cities starting with the letter D followed by at least two character.

Which query can be used?


A.

SELECT * FROM customers WHERE city ='D_%';


B.

SELECT * FROM customers WHERE city ='%D_';


C.

SELECT * FROM customers WHERE city LIKE'D %';


D.

SELECT * FROM customers WHERE city LIKE'D_';


Get Premium 1z0-071 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.