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
How to return multiple rows from the stored procedure?
Can we insert in view in sql?
What are the query optimization techniques?
Is sql low level language?
What is oracle pl sql developer?
What is crud diagram?
What is the basic form of sql query?
List different type of expressions with the example.
Is pl sql a programming language?
What is the file extension for sql database?
How is data stored on a disk?
What is scalar data type in pl sql?
How do you update a value in sql?
What does count (*) do in sql?
What is denormalization in a database?