码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2019-02-18 16:13:28      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:要求   sele   detail   state   tail   exec   答案   display   HERE   

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)

标签:要求   sele   detail   state   tail   exec   答案   display   HERE   

原文地址:http://blog.51cto.com/13854012/2351352

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!