Database - Managing Databases with Oracle - Discussion

Discussion Forum : Managing Databases with Oracle - General Questions (Q.No. 7)
7.
SQL*Plus will finish the statement and execute it when the user types in this:
A left slash ( \ ) followed by [Enter].
A colon ( : ) followed by [Enter].
A semicolon ( ; ) followed by [Enter].
A period ( . ) followed by [Enter].
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Siddharth said:   1 decade ago
No left slash(\) is used to end the statement.
only right slash (/) can be used in PL/SQL to end the statement.

Post your comments here:

Your comments will be displayed after verification.