📄 exp_029.htm
字号:
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<title>Ocp test </title>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<p><b><span style="font-size:22pt">Explaination 029: </span></b></p>
<span style="font-size:18pt">
<p>
Indexes are created automatically by Oracle to support integrity constraints that enforce uniqueness. The two types of integrity constraints that enforce uniqueness are PRIMARY KEY and UNIQUE constraints. When the primary key or UNIQUE constraint is declared, a unique index to support the column's uniqueness is also created, and all values in all columns that were defined as part of the primary key or UNIQUE constraint are placed into the index. <br>
</p>
<p>
Incorrect Answers <br>
</p>
<p>
A: Oracle will not implicitly create an unique index for the NOT NULL constraint. <br>
</p>
<p>
C: Oracle will not implicitly create an unique index for the FOREIGN KEY constraint. <br>
</p>
<p>
D: Oracle will not implicitly create an unique index for the FOREIGN KEY constraint. <br>
</p>
<p>
OCP Introduction to Oracle 9i: SQL Exam Guide, Jason Couchman, p. 237-238 <br>
</p>
<p>
Chapter 5: Creating Oracle Database Objects
</p>
</span>
</body>
</html>
<br>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -