Answer Posted / bikram samal
we can use 'instead of trigger' for views. using these 'instead of trigger' we can perform DML operation on a complex view.
| Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
What is on delete restrict?
What does pl sql stand for?
What is record variable?
What is an index? What are the types of indexes? How many clustered indexes can be created on a table?
Can a primary key be a foreign key?
what is the difference between inner and outer join? Explain with example. : Sql dba
When can we use the where clause and the having clause?
What is sqlite used for?
what are the different index configurations a table can have? : Sql dba
how many sql dml commands are supported by 'mysql'? : Sql dba
what is a trigger in mysql? Define different types of trigger. : Sql dba
What is the difference between the implicit and explicit cursors?
What are the various restrictions imposed on view in terms of dml?
How to call a javascript function from pl sql?
Is left join same as inner join?