Blocks
SET SERVEROUTPUT ON;
DECLARE
--Declaration statements
BEGIN
--Executable statements
Exceptions
--Exception handling statements
END;
Comments
SET SERVEROUTPUT ON;
DECLARE
--Declaration statements
BEGIN
--Executable statements
Exceptions
--Exception handling statements
END;