1.

What is the syntax of User-defined exceptions?

A. DECLARE my-exception EXCEPTION;
B. DECLARE EXCEPTION;
C. DECLARE my-exception;
D. EXCEPTION;
Answer» B. DECLARE EXCEPTION;


Discussion

No Comment Found