The SQLPLUS command used to stop display between pages is
-
set break
-
set pause
-
set gap
-
None of the Above
B
Correct answer
Explanation
The SQL*Plus command SET PAUSE ON pauses display between pages, waiting for user input before continuing. SET BREAK controls page breaks, SET GAP is not a valid SQL*Plus command, and None of the Above is incorrect since SET PAUSE is the right answer.