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 to continue a SQL statement on the next line when a statement is too long. The asterisk (*) is a wildcard for SELECT, the forward slash (/) executes the current buffer, and equals (=) is used for substitution variables, not statement continuation.