I have two database users on the same server like test_user
, test_customer
.
My requirement is to create a trigger in test_user
that will execute on insertion in any table in both the user test_user
, test_customer
like cust_id in Test_customer as well as user_id in Test_user.
How I can I do that?