Editorial / Best Answer
Answered by:
Chandra Shekhar
PL/SQL Block contains :
Declare : optional
Variable declaration
Begin : Manadatory
Procedural statements.
Exception : Optional
any errors to be trapped
End : Mandatory
So only begin and end keywords are required, as needed, to process a pl/sql block.
What are the components of a PL/SQL block ?
Editorial / Best Answer
Answered by: Chandra Shekhar
PL/SQL Block contains :
Declare : optional
Variable declaration
Begin : Manadatory
Procedural statements.
Exception : Optional
any errors to be trapped
End : Mandatory
So only begin and end keywords are required, as needed, to process a pl/sql block.
Related Answered Questions
Related Open Questions