Can ny one tell me that
suppose a table T1 has been granted access for all users in a database .
Now the table T1 has a DML trigger TR1 , which has been granted access for only one user(owner of the table) .
Now if any DML is issued on T1 , then whether TR1 will execute or not ??
suppose a table T1 has been granted access for all users in a database .
Now the table T1 has a DML trigger TR1 , which has been granted access for only one user(owner of the table) .
Now if any DML is issued on T1 , then whether TR1 will execute or not ??
Comment