how to saw triggers output in pl/sql database?



how to saw triggers output in pl/sql database?..

Answer / 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

More SQL PLSQL Interview Questions

What is the use of stored procedures?

0 Answers  


how many sql ddl commands are supported by 'mysql'? : Sql dba

0 Answers  


What is the difference between joins?

0 Answers  


What are character functions?

0 Answers  


how to use in conditions? : Sql dba

0 Answers  






i have a table eno dno sal 1 10 200 2 10 150 3 10 100 4 20 75 5 20 100 i want to get sal which is less than the avg sal of thri dept. eno dno sal 2 10 150 3 10 100 4 20 75

12 Answers   IBM,


Why do we need view in sql?

0 Answers  


How to avoid duplicate records in a query?

0 Answers  


What is self-join and what is the requirement of self-join?

0 Answers  


What is the command used to fetch first 5 characters of the string?

0 Answers  


What is dbo in sql?

0 Answers  


What's the difference between inner join and left join?

0 Answers  


Categories