1.

What Is The Advantage Of Having A Separate Exception Section Within A Pl/sql Code?

Answer»

The ADVANTAGES of having a separate EXCEPTION section within a PL/SQL CODE are as follows:

  •  It is easier to understand the program logic as it is easily visible and readable
  •  Any error in any statement will be DETECTED and handled easily

The advantages of having a separate exception section within a PL/SQL code are as follows:



Discussion

No Comment Found