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.

Answers were Sorted based on User's Feedback



There are 5 records in a table and we have implemented two triggers that are :pre_query and post_que..

Answer / dinesh

This is depends on which type of trigger we have create.If Statement level then it will fire 2 times and for row level it will fire 10 time maximum and depends on number of record updated.

Is This Answer Correct ?    8 Yes 0 No

There are 5 records in a table and we have implemented two triggers that are :pre_query and post_que..

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

More SQL PLSQL Interview Questions

What is a call statement? Explain with an example.

0 Answers  


How can get second highest salary in sql?

0 Answers  


in oracle 10g sw after compiling procedure how to pass parameter values ,if we (v_empid out number)how to give empid after successful compilation program.This site exact suitable for 10g with respect to question & answer same format , im trying sql browser & sql command prompt using exec procedure name & respective parameters.

0 Answers  


What is auto increment feature in sql?

0 Answers  


How global cursor can be declare with dynamic trigger ?

0 Answers  






Why stored procedure is better than query?

0 Answers  


What are the types of keys?

0 Answers  


What are %type and %rowtype for?

0 Answers  


what are the non-standard sql commands supported by 'mysql'? : Sql dba

0 Answers  


What is a boolean in sql?

0 Answers  


What are the query optimization techniques?

0 Answers  


Is delete faster than truncate?

0 Answers  


Categories