Multiple choice technology mainframe

/ symbol is used for?

  1. Page break

  2. Alternate

  3. Comment

  4. New line

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

The forward slash (/) character is used in SQL*Plus as a command to execute the current buffer in the PL/SQL block. It effectively creates a page break in the output formatting and serves as an execution terminator. While it can also appear in comments and has other uses, its primary and most distinctive use in Oracle SQL*Plus context is for page break and execution.