Multiple choice technology

The SQLPLUS command used to stop display between pages is

  1. set break

  2. set pause

  3. set gap

  4. None of the Above

Reveal answer Fill a bubble to check yourself
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.