Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Database
»
Managing Databases with Oracle
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].
Correct Answer:
A semicolon ( ; ) followed by [Enter].
← Previous Question
Next Question→
More Questions from
Managing Databases with Oracle
Which SQL phrase is not supported by Oracle?
What type of failure occurs when Oracle fails due to an operating system or computer hardware failure?
Oracle will let you define Notepad as your default editor, and whenever you type NOTEPAD, SQL*Plus will invoke Notepad.
The left-leaning slash tells Oracle to execute whatever statement is in the buffer.
Oracle maintains a System Change Number (SCN) which is a database-wide value that is incremented by Oracle whenever database changes are made.
Money is defined in Oracle with the Currency data type.
Oracle commands, column names, table names, view names and all other database elements are case sensitive.
When you type Start FILENAME, the statement in your file will be executed automatically.
If there is only one statement and no ambiguity about what is wanted, Oracle will treat the semicolon and slash as the same.
The only time that case matters is inside quotation marks of strings.
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments