QuestionQ58
PL/SQL Language FundamentalsReview the following code:

What will be the result?
- A It will execute successfully and will display the user-defined error message.
- B It will result in an error as the range of the error code can only be from “-20000 to -20999.”
- C It will result in an error as the range of the error code can only be from “-1000 to -2000.”
- D It will result in an error as the range of the error code can only be from “-2000 to -2999."
Community Discussion