Read-Only Views Assignment Help

Assignment Help: >> Views - Read-Only Views

Read-Only Views:

Several Views can be created for selection purpose alone. In which view will not permits a user or the owner of the view to perform any DML operation. The example shows this view: CREATE OR REPLACE VIEW read_view AS

SELECT * FROM dept WITH READ ONLY;

View created.

INSERT INTO read_view VALUES (60,'Purchase','Texas');

INSERT INTO read_view VALUES (60,'Purchase','Texas')

*

ERROR at line 1:

ORA-01733: virtual column not permitted here

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd