Multiple choice technology databases

Which character is used to continue a statement in SQL*Plus?

  1. *

  2. /

  3. -

  4. @

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

In SQL*Plus, the hyphen (-) is used as a continuation character when a SQL statement spans multiple lines. It indicates the statement continues on the next line.