OCP 12c最新CUUG OCP-071考试题库(63题)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了OCP 12c最新CUUG OCP-071考试题库(63题)相关的知识,希望对你有一定的参考价值。
63、(22-4) choose the best answer:
View the Exhibit and examine the data in the PRODUCTS table.
Which statement would add a column called PRICE, which cannot contain NULL?
A) ALTER TABLE products
ADD price NUMBER(8,2) DEFAULT NOT NULL;
B) ALTER TABLE products
ADD price NUMBER(8,2) DEFAULT CONSTRAINT p_nn NOT NULL;
C) ALTER TABLE products
ADD price NUMBER(8,2) NOT NULL;
D) ALTER TABLE products
ADD price NUMBER(8,2) DEFAULT 0 NOT NULL;
Answer:D
(解析,因为表可能已经有数据,如果新加的列为非空约束,则必须要有一个默认值,否则已经存在的行该列上的值为空,会违反非空约束)
以上是关于OCP 12c最新CUUG OCP-071考试题库(63题)的主要内容,如果未能解决你的问题,请参考以下文章
12c OCP最新CUUG OCP-071考试题库(49题)
12c OCP最新CUUG OCP-071考试题库(51题)
12c OCP最新CUUG OCP-071考试题库(50题)
OCP 12c最新CUUG OCP-071考试题库(62题)