Which of the following is the correct syntax for writing Exception Handling in PL/SQL?
1
WHEN
statement;
2
exception THEN
statement;
3
WHEN exception THEN
statement;
4
WHEN=exception THEN
statement;
WHEN
statement;
exception THEN
statement;
WHEN exception THEN
statement;
WHEN=exception THEN
statement;