Hi,
If I have a trigger on TABLE_A that stores information in TABLE_B whenever an INSERT/DELETE or UPDATE takes place, what access, if any, is required to TABLE_B.
What I would like is for the user to be able to directly update TABLE_A but only read from TABLE_B.
Thanks,
Mike.
If I have a trigger on TABLE_A that stores information in TABLE_B whenever an INSERT/DELETE or UPDATE takes place, what access, if any, is required to TABLE_B.
What I would like is for the user to be able to directly update TABLE_A but only read from TABLE_B.
Thanks,
Mike.