Begin Dbms_output.put_line(‘Hello world’) End; What is the error in the above block?

  1. There is no error in the statement

  2. Exception handler is missing

  3. DBMS_OUTPUT.PUT_LINE package must be declared

  4. semicolon is missing in the line "Dbms_output.put_line(‘Hello world’)"


Correct Option: D

Find more quizzes: