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 (-) character is used as a continuation character when a SQL statement spans multiple lines. The asterisk (*) is for comments, forward slash (/) executes the buffer, and (@) runs script files.