7.9. Review Questions
Which of the following conditions prevents you from being able to insert into a view?
A TO_NUMBER function on one of the base table columns
A CONNECT BY clause in the view definition
A column of type RAW
All of the above
Changes made with an UPDATE statement are made permanent in the database after what occurs?
DBWR flushes the changes to disk.
You issue a SAVEPOINT statement.
You issue a COMMIT statement.
A checkpoint occurs.
Which of the following is not a PL/SQL program?
Library
Trigger
Function
Procedure
Why would you execute a CREATE OR REPLACE PROCEDURE statement instead of a DROP PROCEDURE and a CREATE PROCEDURE?
It is less typing.
There is no difference between the two.
CREATE OR REPLACE PROCEDURE does not invalidate dependent objects. ...
Get OCA: Oracle 10g™ Administration I: Study Guide now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.