exp_023.htm

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

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

<span style="font-size:18pt">
	<p>
	The statement returns an error at the WHERE clause because group function AVG() cannot be used in the WHERE clause. Group functions can be used in SELECT clause and GROUP BY clause. They allow you to perform data operations on several values in a column of data as though the column were one collective group of data. <br>
	</p>

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

	<p>
	  A: The statement does not execute successfully because an error will be generated. <br>
	</p>

	<p>
	  B: The statement returns an error at the WHERE, not at the SELECT clause. <br>
	</p>

	<p>
	  D: The statement returns an error at the WHERE, not at the ORDER BY clause. <br>
	</p>

	<p>
	  OCP Introduction to Oracle 9i: SQL Exam Guide, Jason Couchman, p. 122-125 <br>
	</p>

	<p>
	  Chapter 3: Advanced Data Selection in Oracl
	</p>

</span>
<br>

⌨️ 快捷键说明

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