Managing Databases With Oracle - Study Mode
[#11] What type of failure occurs when Oracle fails due to an operating system or computer hardware failure?
Correct Answer
(B) Instance Failure
[#12] Which statement about sequences is not true?
Correct Answer
(D) Sequences guarantee valid surrogate key values.
[#13] Which prefixes are available to Oracle triggers?
Correct Answer
(C) Both :new and :old
[#14] In creating a procedure, you may get a message if you have compile errors. Which of the following is true?
Correct Answer
(C) To see the errors, enter SHOW ERRORS in SQL*Plus.
[#15] Which of the following is not true about indexes?
Correct Answer
(D) Indexes are created with the ALTER TABLE command.