Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

7/12/2019 Database Programming with PL/SQL 2018 - Student - English

Test: Section 1 Quiz


Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct answer.
Section 1 Quiz
(Answer all questions in this section)
11. Errors are handled in the Exception part of the PL/SQL block. True or False? Mark for Review
(1) Points
True (*)
False

Correct

12. Which sections of a PL/SQL block are optional? Mark for Review
(1) Points
Declaration and Exception (*)
Declaration and Executable
Exception only
Executable only

Correct

13. In which part of the PL/SQL block are declarations of variables defined? Mark for Review
(1) Points
Executable
Definition
Exception
Declarative (*)

Correct

14. This PL/SQL anonymous block will execute successfully. True or False? Mark for Review
(1) Points
DECLARE
v_date DATE := SYSDATE;
DBMS_OUTPUT.PUT_LINE(v_date);
END;
True
False (*)

Correct

15. Which statements are mandatory in a PL/SQL block? (Choose two.) Mark for Review
(1) Points
(Choose all correct answers)
EXCEPTION
DECLARE
END; (*)
BEGIN (*)

Correct

Previous Page 3 of 3 Summary

ilearning.oracle.com/ilearn/en/learner/jsp/player.jsp?rco_id=2209425773&classroom_id=2210432053&scorm_attempt=1562919995182&sessionI… 1/1

You might also like