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, 3215🔥, 0💬
Popular Posts:
What are binary literals supported in SQL Server Transact-SQL? Binary literals in Transact-SQL are s...
What Is Transport Network Substrate (TNS) in Oracle? TNS, Transport Network Substrate, is a foundati...
What Is the Difference Between GETDATE() and GETUTCDATE() in SQL Server Transact-SQL? The difference...
How to download and install the scaled-down database AdventureWorksLT in SQL Server? If you want to ...
What Happens to an Arithmetic Operation with Two Different Data Types in SQL Server Transact-SQL? Wh...