📚 Practice Mode
Oracle PL/SQL Programming
Learn at your own pace with hints and detailed explanations
1 / 15
Multiple Choice
Which of the following DBMS_OUTPUT subprograms retrieves an array of lines from the buffer?
- DBMS_OUTPUT.GET_LINE (line OUT VARCHAR2, status OUT INTEGER);
- DBMS_OUTPUT.GET_LINES (lines OUT CHARARR, numlines IN OUT INTEGER);
- DBMS_OUTPUT.PUT(item IN VARCHAR2);
- DBMS_OUTPUT.PUT_LINE(item IN VARCHAR2);
- DBMS_OUTPUT.DISABLE;