Answer Posted / swapna
We can use 'instead of triggers' for views.Using these
instead of triggers we can perform DML operations on a
complex view.In complex views we can not perform DML
operations.But using instead of triggers we can insert ,
delete,update from complex views.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
is mysql query is case sensitive? : Sql dba
What is sql keyword?
What is sql and explain its components?
what is the difference between where clause and having clause? : Sql dba
Does oracle use sql?
What is posting?
What does pl sql developer do?
how to write date and time literals? : Sql dba
How do you bind variables in pl sql?
Enlist some predefined exceptions?
What is row_number () in sql?
what are set operators in sql? : Sql dba
what is cross join? : Sql dba
What is parameter substitution in sql?
How to add a column ‘salary’ to a table employee_details?