QuestionQ52
PL/SQL Language FundamentalsExamine this statement, which executes successfully:
SQL> SET SERVEROUTPUT ON;
Now examine the following code, which is executed:

What is true about the result?
- A It returns an error in line 2.
- B It returns an error in line 4.
- C It returns an error in line 9.
- D It executes and displays output.
Community Discussion