Multiple choice technology web technology

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

  1. *

  2. /

  3. -

  4. @

  5. =

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

The hyphen (-) character in SQL*Plus allows you to break long SQL statements across multiple lines. When placed at the end of a line, it signals that the statement continues on the next line. The forward slash (/) is used to execute the current buffer, not for continuation.