exp_082.htm

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

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


	<p>
	<span style="font-size:18pt">Statement in this answer will show correct results because usage of operator LIKE and format mask '_A%' extract the last names of those employees who have the letter &quot;A&quot; as the second character in their names. Symbol '_' in format mask substitute exactly one symbol and cannot be NULL. <br>
	</span></p>

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

	<p>
	  <span style="font-size:18pt">B: This statement will return only names starting from symbol '*'. It cannot be used as substitution symbol. <br>
	</span></p>

	<p>
	  <span style="font-size:18pt">C: Usage of equity operator here is not appropriate in this case: query will look exact for first symbol '_', it will not be considered as substitution symbol. <br>
	</span></p>

	<p>
	  <span style="font-size:18pt">D: This statement will return only names starting from symbol '*'. It cannot be used as substitution symbol.<br>
<br>
OCP Introduction to Oracle 9i: SQL Exam Guide, Jason Couchman, p. 61-67 
Chapter 2: Limiting, Sorting, and Manipulating Return Data </span></p>
</span>
</body>
</html>

⌨️ 快捷键说明

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