Collections:
What Is the Implicit Cursor in Oracle
What Is the Implicit Cursor in Oracle?
✍: FYIcenter.com
There is only one implicitly cursor in a session. The implicit cursor is the cursor automatically defined by PL/SQL for you. Whenever a SQL statement is executed, this cursor will be assigned to represent the execution of this statement. This implicit cursor is called SQL. It has many attributes representing some good information about the execution like:
⇒ Attributes of the Implicit Cursor in Oracle
⇐ Types of Cursors Supported in PL/SQL in Oracle
2018-02-01, 2651🔥, 0💬
Popular Posts:
Where to find SQL Server Transact-SQL language references? You can find SQL Server Transact-SQL lang...
How To Format DATETIME Values to Strings with the CONVERT() Function in SQL Server Transact-SQL? SQL...
What Are the Differences between DATE and TIMESTAMP in Oracle? The main differences between DATE and...
How To Disable a Login Name in SQL Server? If you want temporarily disable a login name, you can use...
What are single-byte character string data types supported in SQL Server Transact-SQL? Single-byte c...