exp_058.htm
来自「oracle DBA的资料」· HTM 代码 · 共 42 行
HTM
42 行
<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 058: </span></b></p>
<span style="font-size:18pt">
<p>
This statement using inline sub-query will provide correct results to show 10 students who achieved the highest ranking in the course INT SQL and who completed the course in the year 1999. <br>
</p>
<p>
Incorrect Answers <br>
</p>
<p>
A: This view will just show first 10 students from the STUDENTS table with limitation on the course INT SQL and who completed the course in the year 1999. <br>
</p>
<p>
B: It's wrong to use here ROWID to achieve desired results. <br>
</p>
<p>
C: This statement will provide wrong result due to wrong conditions in the inline sub-query. <br>
</p>
<p>
OCP Introduction to Oracle 9i: SQL Exam Guide, Jason Couchman, p. 162-165 <br>
</p>
<p>
Chapter 4: Subqueries
</p>
</span>
</body>
</html>
<br>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?