SQL*Plus is a text editor.
Answer: A
No answer description available for this question.
Enter details here
Which prefixes are available to Oracle triggers?
Answer: C
No answer description available for this question.
Enter details here
To obtain the structure of an Oracle table, the command to use is:
Answer: B
No answer description available for this question.
Enter details here
If there is only one statement and no ambiguity about what is wanted, Oracle will treat the semicolon and slash as the same.
Answer: A
No answer description available for this question.
Enter details here
SQL*Plus will finish the statement and execute it when the user types in this:
Answer: C
No answer description available for this question.
Enter details here
Oracle commands, column names, table names, view names and all other database elements are case sensitive.
Answer: B
No answer description available for this question.
Enter details here
The only time that case matters is inside quotation marks of strings.
Answer: A
No answer description available for this question.
Enter details here
The default extension for an Oracle SQL*Plus file is:
Answer: D
No answer description available for this question.
Enter details here
In creating a procedure, you may get a message if you have compile errors. Which of the following is true?
Answer: C
No answer description available for this question.
Enter details here
Oracle will let you define Notepad as your default editor, and whenever you type NOTEPAD, SQL*Plus will invoke Notepad.
Answer: B
No answer description available for this question.
Enter details here