1. 程式人生 > >【OCP-12c】CUUG 071題庫考試原題及答案解析(15)

【OCP-12c】CUUG 071題庫考試原題及答案解析(15)

ike wan min HERE cut 答案 ocp rac 最好的

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 也是可以達到要求,但是不是最好的答案)

【OCP-12c】CUUG 071題庫考試原題及答案解析(15)