Hi Guys,
Does any know whether it is possible to create one trigger on multiple tables. What I mean to say is :
Assume ther are 3 tables X, Y, Z.
I want to insert a row into the table A for any UPDATE, INSERT or DELETE action on any of the X, Y, Z tables.
I want to accomplish the above using one trigger only.
Please help me or point me to any references.
thanx..
-Bheemsen
Does any know whether it is possible to create one trigger on multiple tables. What I mean to say is :
Assume ther are 3 tables X, Y, Z.
I want to insert a row into the table A for any UPDATE, INSERT or DELETE action on any of the X, Y, Z tables.
I want to accomplish the above using one trigger only.
Please help me or point me to any references.
thanx..
-Bheemsen