Hi Everyone,
I'm building an app that inserts data into table A, then I want a trigger to kick off before new data is inserted into table B to confirm that the value exists in column string_Value and then take the data and add it into TABLE C.
Is this possible and what's the best way forward?
Regards