There are 5 records in a table and we have implemented two triggers that are :pre_query and post_query how many times these triggers will fire.
Answer Posted / abhishek jee
Please provide details on the contents of the triggers. That way, we will be able to figure out what the triggers do and how many times they would execute.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can you maintain the integrity of your database on instances where deleting an element in a table result in the deletion of the element(s) within another table?
What is java sql driver?
Why trigger is used in sql?
what is data control language? : Sql dba
What is the difference between partition and index?
what is the difference between char_length and length? : Sql dba
Show code of a cursor for loop.
Can we call a function containing dml statements in a select query?
How does postgresql compare to mysql?
What is sql stand for?
Can I create table without primary key?
Explain the difference between rename and alias?
Can we perform dml on view?
Can sql developer connect to db2?
What are local and global variables and their differences?