DEVFYI - Developer Resource - FYI

If a view on a single base table is manipulated will the changes be reflected on the base table?

PL/SQL Interview Questions and Answers


(Continued from previous question...)

If a view on a single base table is manipulated will the changes be reflected on the base table?

Changes on the view will be reflected on the base table under certain conditions.

But if changes are made to the tables and these tables are the base tables of a view, then the changes will be reference on the view.

(Continued on next question...)

Other Interview Questions