Which Of The Following Dbmsoutput Procedure Is Used To Put An #638
Which of the following DBMS_OUTPUT procedure is used to put an end-of-line marker?
This multiple choice question (MCQ) is related to the book/course
gs gs115 Structured Query Language.
It can also be found in
gs gs115 PL/SQL Data Types and DBMS Output - PL/SQL DBMS Output - Quiz No.1.
Which of the following DBMS_OUTPUT procedure is used to put an end-of-line marker?
DBMS_OUTPUT.GET_LINES();
DBMS_OUTPUT.PUT_LINE(item IN VARCHAR2);
DBMS_OUTPUT.PUT(item IN VARCHAR2);
DBMS_OUTPUT.NEW_LINE;