📄 exp_176.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 176: </span></b></p>
<span style="font-size:18pt">
<p>
the EMP_ID_SEQ sequence is not affected by modification to the EMPLOYEES table. Any other column of NUMBER data type in your schema can use the EMP_ID_SEQ sequence. <br>
</p>
<p>
Incorrect answer : <br>
</p>
<p>
A EMP_ID_SEQ sequence can be use to populate JOB_ID <br>
</p>
<p>
B EMP_ID_SEQ sequence will not be invalidate when column in EMPLOYEE_ID is modify. <br>
</p>
<p>
E EMP_ID_SEQ sequence will be dropped automatically when you drop the EMPLOYEES table. <br>
</p>
<p>
F EMP_ID_SEQ sequence will be dropped automatically when you drop the EMPLOYEE_ID column. <br>
</p>
<p>
Refer : Introduction to Oracle9i : SQL, Oracle University Study Guide, 12-4
</p>
</span>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -