首页 > 其他 > 详细

【OCP-12c】CUUG最新考试原题整理及答案(071-11)

时间:2019-02-15 14:13:10      阅读:250      评论:0      收藏:0      [点我收藏+]
11、(5-8) choose the best answer:

Examine the structure of the BOOKS_TRANSACTIONS table.

You want to update this table such that BOOK_ID is set to ‘INVALID‘ for all rows where no MEMBER_ID

has been entered.

Examine this partial SQL statement:

SQL> UPDATE books_transactions

SET book_id = ‘INVALID‘

WHERE...............

Which condition must be used in the WHERE clause to perform the required update?

A) MEMBER_ID = "";

B) MEMBER_ID IS NULL;

C) MEMBER_ID = NULL;

D) MEMBER_ID = ‘‘;

Answer:B

(解析:该题的题眼在“where no MEMBER_ID has been entered”)

【OCP-12c】CUUG最新考试原题整理及答案(071-11)

原文:http://blog.51cto.com/13854012/2350503

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!