You are on page 1of 1

28/3/2019 Database Programming with PL/SQL - Student - English

Database Programming with PL/SQL - Student - English Outline

Outline Test: Semester 1 Midterm Exam


Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct answer.
Database Programming with PL/SQ Section 1
(Answer all questions in this section)
Database Programming with PL

Database Programming with PL 6. Which lines of code will correctly display the message "Hello World" ? (Choose two.) Mark for Review
(1) Points
Section 1 Quiz
(Choose all correct answers)
Section 1 Quiz

Section 2 Quiz
DBMS_OUTPUT.PUT_LINE('Hello World'); (*)
DBMS_OUTPUT.PUT_LINE('Hello' || 'World');
Section 3 Quiz
DBMS_OUTPUT('Hello World');
Section 4 Quiz
DBMS_OUTPUT.PUT_LINE('Hello' || ' ' || 'World'); (*)
Semester 1 Midterm Exam
Incorrect. Refer to Section 1 Lesson 3.
Semester 1 Midterm Ex
7. Given below are the parts of a PL/SQL block: Mark for Review
Section 5 Quiz
(1) Points
Section 6 Quiz 1. END;
2. EXCEPTION
Section 7 Quiz 3. DECLARE
Section 8 Quiz 4. BEGIN

Section 9 Quiz Arrange the parts in order.


Semester 1 Final Exam 3,2,4,1
Section 10 Quiz
4,3,2,1
2,1,4,3
Section 11 Quiz 3,4,2,1 (*)
Section 12 Quiz
Correct
Semester 2 Midterm Exam
8. Which of the following is NOT a PL/SQL programming environment? Mark for Review
Section 13 Quiz
(1) Points
Section 14 Quiz
Oracle jDeveloper
Section 15 Quiz gSQL*Plus (*)
Semester 2 Final Exam SQL*Plus
SQL Workshop in Application Express

Correct

Section 2
(Answer all questions in this section)
9. To comment a single line of code, use two dashes after the comment. True or False? Mark for Review
(1) Points
True
False (*)

Correct
10. What symbol is used to comment a series of lines? Mark for Review
(1) Points
* * before and after the comment
/* */ before and after the comment (*)
/ / before and after the comment

Correct

Previous Page 2 of 10 Next Summary

ilearning.oracle.com/ilearn/en/learner/jsp/player.jsp?rco_id=2209425803&classroom_id=2210432053&scorm_attempt=1553783203754&sessionId=-14645654271553783203760&home_url=http%3A%2F%2Filearning.oracle.com%2Filearn%2Fen%2Flearner%2Fjsp%2Fuser_home.jsp 1/1

You might also like