exp_114.htm

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

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


	<p>
	<span style="font-size:18pt">n a WHERE clause, date and characters values must be enclosed within single quotation marks. <br>
		  Sample of the correct syntax <br>
	</span></p>

	<p>
	  <span style="font-size:18pt">SELECT EMPLOYEE_ID, &amp;COLUMN_NAME <br>	  FROM EMPLOYEES <br>
	</span></p>

	<p>
	  <span style="font-size:18pt">Incorrect Answers : <br>
	</span></p>

	<p>
	   <span style="font-size:18pt"><br>
		  A. Incorrect use of &quot; symbol <br>
	</span></p>

	<p>
	  <span style="font-size:18pt">B. Incorrect use of ' symbol <br>
	</span></p>

	<p>
	  <span style="font-size:18pt">D. No input for table name as EMP has been use in the statement. <br>
	</span></p>

	<p>
	  <span style="font-size:18pt">Refer : Introduction to Oracle9i : SQL, Oracle University Student Guide, Producing Readable <br>
	</span></p>

	<p>
	  <span style="font-size:18pt">Output with iSQL*PLUS, p. 7-8
	</span></p>

</span>

</body>
</html>

⌨️ 快捷键说明

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