🎴 Flashcard Mode
Oracle PL/SQL Programming
Card1 / 15
Mastered0
Review0
QuestionClick to flip
Which of the following DBMS_OUTPUT subprograms retrieves an array of lines from the buffer?
AnswerClick to flip back
A
DBMS_OUTPUT.GET_LINES (lines OUT CHARARR, numlines IN OUT INTEGER);
💡 Explanation:
It retrieves an array of lines from the buffer.