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
B Correct answer
Explanation

In SQL*Plus, the hyphen character (-) placed at the end of a line acts as the continuation character, signaling to the command line processor that the SQL statement continues on the following line.

AI explanation

To answer this question, you need to understand the SQL*Plus tool used for executing SQL commands in Oracle.

In SQL*Plus, the character used to continue a statement onto the next line is the hyphen (-).

The correct answer is B) - (hyphen). This option is correct because the hyphen character is used in SQL*Plus to continue a statement onto the next line.