exp_111.htm
来自「oracle DBA的资料」· HTM 代码 · 共 46 行
HTM
46 行
<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 111: </span></b></p>
<span style="font-size:18pt">
<p>
Constraints can be created after the table is created. Use ALTER TABLE command for that. <br>
</p>
<p>
Constraints can be created at the same time the table is created (CREATE TABLE command). <br>
</p>
<p>
Incorrect Answers <br>
</p>
<p>
A: There is no requirements in Oracle that constraint names must start with SYS_C. Oracle can use prefix "SYS" to build indexes for UNIQUE and NOT NULL constraints, but it is not required for user to follow this naming rule. <br>
</p>
<p>
B: Not all constraints must be defines at the column level. Only NOT NULL constraint must be. <br>
</p>
<p>
E: There is no VIEW_CONSTRAINTS dictionary view in Oracle. <br>
</p>
<p>
OCP Introduction to Oracle 9i: SQL Exam Guide, Jason Couchman, p. 227-232 <br>
</p>
<p>
Chapter 5: Creating Oracle Database Objects
</p>
</span>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?