Answer Posted / dhanashree
Running block of code or the querry having opposite
condition placed in the trigger.When the condition gets
false then the trigger gets called avoiding particular
action such as Update,Delete,Insert depending on the
trigger type.The trigger output is in form of Error massage
used in trigger itself.
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
What is the use of stored procedures?
What is meant by <> in sql?
What is mutating error in pl sql?
what is difference between delete and truncate commands? : Sql dba
What are the syntax and use of the coalesce function?
How do I save a stored procedure?
How we can create a table in pl/sql block. Insert records into it? Is it possible by some procedure or function? Please give example?
Explain the methods used to protect source code of pl/sql.
What is sql procedures and functions?
When sql appeared?
What is trigger explain with example?
How to run sql statements through the web interface?
How do I view tables in sql developer?
what is the difference between join and union? : Sql dba
Write the command to remove all players named sachin from the players table.