Multiple choice technology databases

PAUSE command is useful, when you execute a query that is longer than a page in size, the output will stop until you hit the Enter key.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The PAUSE command in SQL*Plus controls output pagination. When enabled (SET PAUSE ON), output pauses after each page and waits for the user to press Enter before continuing. This is useful for viewing large query results that span multiple pages.