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 |
Where the sql database files are stored?
what is the difference between $message and $$message? : Sql dba
HOW TO APPEAR FOR ONLINE EXAMS OF SQL & PL/SQL? WHICH BOOKS WILL BE BETTER FOR REFERENCE TO QUALIFY THESE EXAMS? ARE THERE ANY MODEL PAPERS AVAILABLE IN THE MARKET ABOUT SQL & PLSQL?
can we create index on index?
What is percent sign in sql?
What is the result, when NULL is compared with NULL?
What is the difference between SQL Constraint and PL/SQL constraint.Pls give all the constraint name.
What is trigger and types?
What is string data type in sql?
what is the main difference between join and subqurey?
why not null constraint showing its constraint type as 'c'
Define the select into statement.