Answer Posted / pradeep
Mutatin table means when error occurs when we create a row
level trigger on a table that attempts to access the same
table inside the trigger body
A Row-level trigger can not read from or write to the table,
on which it is fired. However a statement level trigger can
perform these actions on the table on which it is written
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is sql entity?
Can we use rowid as primary key?
What can I use instead of union in sql?
Is join an inner join?
how to create a table index in mysql? : Sql dba
Is sql better than access?
How to handle bulk data?
What are the topics in pl sql?
What is coalesce in sql?
What is the difference between an inner and outer join?
how many triggers are allowed in mysql table? : Sql dba
What is hibernate and its relation to sql?
What do you think about pl/sql?
What is group function in sql?
Explain raise_application_error.