Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Creating Triggers
Hi,
I have two tables table1 and table2. I am trying to create a trigger
that will do the following work:
Whenever a new row is inserted to table1, one field (for example SSN) value will be taken from the table and inserted to table2.
Is there any example of creating the trigger?
Thanks-
Nimat
Received on Wed Oct 07 1998 - 00:00:00 CDT