Which Of The Following Is The Correct Syntax For The #639
Which of the following is the correct syntax for the DBMS_OUTPUT.GET_LINE procedure?
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 is the correct syntax for the DBMS_OUTPUT.GET_LINE procedure?
DBMS_OUTPUT.GET_LINE ( lineOUT VARCHAR2, statusOUT INTEGER);DBMS_OUTPUT.GET_LINE ( line IN VARCHAR2, status IN INTEGER);DBMS_OUTPUT_GET_LINE ( line OUT VARCHAR2, status OUT INTEGER);DBMS_OUTPUT.GET_LINE ( lineOUT INTEGER, status OUT VARCHAR2);