Hi, i am a newbie when it comes to pl/sql and programming triggers and procedures etc.
I have to tables, lets call them Tab1 and Tab2. I wish that the trigger will execute and update Tab2 after insert on Tab1. Most of the attributes are the same in Tab1 as in Tab2. Tab2 is for statistics. How do I do this? I know how to trigger a table when it comes to the same table, but not from one table to another. Can anyone help me? pls tell me if you want more info. Thanks.
I have to tables, lets call them Tab1 and Tab2. I wish that the trigger will execute and update Tab2 after insert on Tab1. Most of the attributes are the same in Tab1 as in Tab2. Tab2 is for statistics. How do I do this? I know how to trigger a table when it comes to the same table, but not from one table to another. Can anyone help me? pls tell me if you want more info. Thanks.