Can a view be updated/inserted/deleted?If Yes under what
conditions?
Answer Posted / swapnareddy
A View can be updated/deleted/inserted if it has only one
base table if the view is based on columns from one or
more tables then insert, update and delete is possible with
thehelp of instead of trigger.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Can we create table in function?
What is input buffer in sql*plus?
How does cross join work?
How are sql commands classified?
Are sql connections encrypted?
What are different types of keys?
how to fetch common records from two tables? : Sql dba
What is out parameter used for eventhough return statement can also be used in pl/sql?
How do you add a column to a table?
What is normalization? How many normalization forms are there?
Is sqlite good enough for production?
What is inner join in sql?
explain mysql aggregate functions. : Sql dba
Is a secondary key the same as a foreign key?
What is pl/sql language case sensitive?