🎴 Flashcard Mode

IMS, Oracle, and SQL Server Database Administration

Card1 / 15
Mastered0
Review0
QuestionClick to flip

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

AnswerClick to flip back
A
-
💡 Explanation:

In SQLPlus, 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.

Change Mode