que_171.htm

来自「oracle DBA的资料」· HTM 代码 · 共 55 行

HTM
55
字号
<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 align="left" color="black" style="font-size:16pt;">
	<b>QUESTION 171	</b>
</p><hr color="#99CCFF">

<p>Which two statements are true about constraints? (Choose two.) </p><table border="1" bordercolor="gray" width="665">
	<form name="youAnsForm">
	<span style="font-size:18pt;">
	<tr>
		<td align="center" width="89">
			<p><b><input type="checkbox" name="AN" value="A">  A.</b></p>
		</td>
		<td align="left" width="566">
			<p> The UNIQUE constraint does not permit a null value for the column. 
			</p>
		</td>
	</tr>
	<tr>
		<td align="center" width="89">
			<p><b><input type="checkbox" name="AN" value="B">  B.</b></p>
		</td>
		<td align="left" width="566">
			<p>   A UNIQUE index gets created for columns with PRIMARY KEY and UNIQUE constraints. 
			</p>
		</td>
	</tr>
	<tr>
		<td align="center" width="89">
			<p><b><input type="checkbox" name="AN" value="C">  C.</b></p>
		</td>
		<td align="left" width="566">
			<p>   The PRIMARY KEY and FOREIGN KEY constraints create a UNIQUE index. 
			</p>
		</td>
	</tr>
	<tr>
		<td align="center" width="89">
			<p><b><input type="checkbox" name="AN" value="D">  D.</b></p>
		</td>
		<td align="left" width="566">
			<p>   The NOT NULL constraint ensures that null values are not permitted for the column.</b></p>
		</td>
	</tr>
	</span>
	</form>
</table>

</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?