OCP11g+12c考试资料群:1015267481 验证码:ocp

【OCP-12c】CUUG 071题库考试原题及答案解析(15)

15、(6-24)choose the best answer
Examine the structure of the MEMBERS table:
You want to display details of all members who reside in states starting with the letter A followed
by exactly one character.

Which SQL statement must you execute?

A. SELECT * FROM MEMBERS WHERE state LIKE 'A%’;

B. SELECT * FROM MEMBERS WHERE state LIKE 'A_%’;

C. SELECT * FROM MEMBERS WHERE state LIKE 'A_';

D. SELECT * FROM MEMBERS WHERE state LIKE '%A_';

Answer:A
(解析:答案 B 也是可以达到要求,但是不是最好的答案)

posted @ 2019-02-18 15:53  cnblogs_5359  阅读(414)  评论(0编辑  收藏  举报