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

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

时间:2019-02-15 16:00:24      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:his   require   sed   stat   val   min   hat   orm   use   

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)

标签:his   require   sed   stat   val   min   hat   orm   use   

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

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