exp_106.htm

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

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

<span style="font-size:18pt">
	<p>
	It is important to understand that an implicit COMMIT occurs on the database when a user exits SQL*Plus or issues a data-definition language (DDL) command such as a CREATE TABLE statement, used to create a database object, or an ALTER TABLE statement, used to alter a database object. Also after the ROLLBACK command is issued, a new transaction is started implicitly by the database session. <br>
	</p>

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

	<p>
	  A: The DELETE command is data-manipulation language (DML) command and it does not complete a transaction. <br>
	</p>

	<p>
	  B: The DESCRIBE command is internal SQL*Plus command and it has nothing to do with completion a transaction. <br>
	</p>

	<p>
	  D: The GRANT command is data-control language (DCL) command to control user access to data. It will not complete a transaction. <br>
	</p>

	<p>
	  F: SELECT command is used to retrieve data. It does not complete a transaction. <br>
	</p>

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

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

</span>

</body>
</html>

⌨️ 快捷键说明

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