Multiple choice technology databases Which character is used to continue a statement in SQL*Plus? * / - @ 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.