exp_113.htm

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

HTM
58
字号
<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 113: &nbsp;</span></b></p>

<span style="font-size:18pt">
	<p>
	'=' is use in the statement and subquery will return more than one row. <br>
	</p>

	<p>
	  Employees table has 2 row matching the employee name Smith. <br>
	</p>

	<p>
	  The update statement will fail. <br>
	</p>

	<p>
	  Incorrect Answers : <br>
	</p>

	<p>
	   <br>
	</p>

	<p>
	  A. The Update statement will fail no update was done. <br>
	</p>

	<p>
	  B. The update statement will fail no update was done. <br>
	</p>

	<p>
	  C. The update statement will fail no update was done. <br>
	</p>

	<p>
	  E. The update statement will fail but not due to job_it='IT_ADMIN' <br>
	</p>

	<p>
	  F. The update statement will fail but not due to department_id='Administration' <br>
	</p>

	<p>
	  Refer : Introduction to Oracle9i : SQL, Oracle University Student Guide, Subqueries, p. 6-12
	</p>

</span>

</body>
</html>

⌨️ 快捷键说明

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