Managing Databases With Oracle - Study Mode
[#6] You have linked SQL*Plus to an external text editor. To invoke the text editor for use within SQL*Plus, which command do you use?
Correct Answer
(D) Edit [ FileName ]
[#7] The default extension for an Oracle SQL*Plus file is:
Correct Answer
(D) .sql
[#8] An Oracle System Change Number (SCN):
Correct Answer
(D) is a value that is incremented whenever database changes are made.
[#9] To obtain the structure of an Oracle table, the command to use is:
Correct Answer
(B) DESCRIBE [ TableName ].
[#10] To see the contents of the SQL*Plus buffer, type:
Correct Answer
(D) LIST