What happens if a procedure that updates a column of table X
is called in a database trigger of the same table ?



What happens if a procedure that updates a column of table X is called in a database trigger of the..

Answer / tulsi

Mutation of table occurs.

Is This Answer Correct ?    9 Yes 1 No

Post New Answer

More SQL PLSQL Interview Questions

What is pl sql collection?

0 Answers  


What are different clauses used in sql?

0 Answers  


What is clause in sql?

0 Answers  


What is trigger explain it?

0 Answers  


What is the difference between the repeatable read and serializable isolation levels? : Transact sql

0 Answers  






From an Employee table, how will you display the record which has a maximum salary?

29 Answers   Cap Gemini, Exilant, Synechron,


How do you update a value in sql?

0 Answers  


what is the difference between mysql_fetch_array and mysql_fetch_object? : Sql dba

0 Answers  


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

0 Answers  


Is delete faster than truncate?

0 Answers  


Delete the emps whose salaries are lowest sals of their own dept.

5 Answers  


How many types of cursors supported in pl/sql?

0 Answers  


Categories