On Oct 15, 1:19 pm, "murugananthan S" <[EMAIL PROTECTED]>
wrote:
> hi friends:
>
> i ve one problem?
>
> create table a1(c1 number(10));
>
> create table a2(c1 number(10));
>
> if i insert in table a1 automatically a2 ll update.
> how it s possible ?
> if u ve any idea and sample code plz share me
>
> with cheers
> Murugu
Update, or insert into a2? Either way it's a trigger you need to
write. What have you done to solve this problem? It's apparent it's
homework or a class project of some kind.
Post what you've done to solve this, and we'll help steer you in the
correct direction.
David Fitzjarrell
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Oracle PL/SQL" group.
To post to this group, send email to Oracle-PLSQL@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Oracle-PLSQL?hl=en
-~----------~----~----~----~------~----~------~--~---