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 the use of sqlerrd 3?
Is hadoop a nosql?
Which function is used to return remainder in a division operator in sql?
What is fmtonly in sql?
Which table is left in join?
How does sql developer connect to oracle database?
What is the difference between explicit and implicit cursors in oracle?
Does truncate remove indexes?
what is query cache in mysql? : Sql dba
Which is faster count (*) or count 1?
how to shut down the server with 'mysqladmin'? : Sql dba
How would you reference column values before and after you have inserted and deleted triggers?
How to load data with sql*loader?
Explain what is dbms?
What is embedded sql what are its advantages?