FB

PLSQL Chapter 1 Quiz

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;

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.