⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 que_076.htm

📁 oracle DBA的资料
💻 HTM
字号:
<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 align="left" color="black" style="font-size:16pt;">
	<b>QUESTION 076	</b>
</p><hr color="#99CCFF">

<p>Which two statements about sequences are true? (Choose two)</p><table border="1" bordercolor="gray" width="665">
	<form name="youAnsForm">
	<span style="font-size:18pt;">
	<tr>
		<td align="center" width="89">
			<p><b><input type="checkbox" name="AN" value="A">  A.</b></p>
		</td>
		<td align="left" width="566">
			<p> You use a NEXTVAL pseudo column to look at the next possible value that would be generated from a sequence, without actually retrieving the value. 
			</p>
		</td>
	</tr>
	<tr>
		<td align="center" width="89">
			<p><b><input type="checkbox" name="AN" value="B">  B.</b></p>
		</td>
		<td align="left" width="566">
			<p>   You use a CURRVAL pseudo column to look at the current value just generated from a sequence, without affecting the further values to be generated from the sequence. 
			</p>
		</td>
	</tr>
	<tr>
		<td align="center" width="89">
			<p><b><input type="checkbox" name="AN" value="C">  C.</b></p>
		</td>
		<td align="left" width="566">
			<p>   You use a NEXTVAL pseudo column to obtain the next possible value from a sequence by actually retrieving the value from the sequence. 
			</p>
		</td>
	</tr>
	<tr>
		<td align="center" width="89">
			<p><b><input type="checkbox" name="AN" value="D">  D.</b></p>
		</td>
		<td align="left" width="566">
			<p>   You use a CURRVAL pseudo column to generate a value from a sequence that would be used for a specified database column. 
			</p>
		</td>
	</tr>
	<tr>
		<td align="center" width="89">
			<p><b><input type="checkbox" name="AN" value="E">  E.</b></p>
		</td>
		<td align="left" width="566">
			<p>   If a sequence starting from a value 100 and incremented by 1 is used by more then one application, then all of these applications could have a value of 105 assigned to their column whose value is being generated by the sequence. 
			</p>
		</td>
	</tr>
	<tr>
		<td align="center" width="89">
			<p><b><input type="checkbox" name="AN" value="F">  F.</b></p>
		</td>
		<td align="left" width="566">
			<p>   You use REUSE clause when creating a sequence to restart the sequence once it generates the maximum value defined for the sequence.</b></p>
		</td>
	</tr>
	</span>
	</form>
</table>

</body>
</html>
<br>

⌨️ 快捷键说明

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