Collections:
PL/SQL Anonymous Block in Oracle
What Is an Anonymous Block in Oracle?
✍: FYIcenter.com
An anonymous block is a PL/SQL code block with no name. It consists of three parts:
Here how a complete anonymous block should look like:
DECLARE -- Declaration statements BEGIN -- Executable statements EXCEPTION -- Error handling statements END;
⇒ PL/SQL Named Program Unit in Oracle
⇐ Different Types of PL/SQL Code Blocks in Oracle
2018-11-29, 3053🔥, 0💬
Popular Posts:
How To Get the Definition of a View Out of the SQL Server in SQL Server? If you want get the definit...
How To Create a Table Index in Oracle? If you have a table with a lots of rows, and you know that on...
How To Convert Binary Strings into Hexadecimal Character Strings in SQL Server? When a query returns...
Where to find reference information and tutorials on MySQL database functions? I want to know how to...
How To Start the Command-Line SQL*Plus in Oracle? If you Oracle server or client installed on your w...