Welcome to your PLSQL Chapter 1 Quiz
1.
What does PL/SQL stand for?
2.
What keyword is used to start the executable section of a PL/SQL program?
3.
What is the built-in function used for displaying output to the screen?
4.
What's missing from this simple Hello World program?
BEGIN
DBMS_OUTPUT.PUT_LINE
END;