Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Need help with triggers!!!

Need help with triggers!!!

From: kwest <member_at_mainframeforum.com>
Date: 20 Aug 2002 10:06:00 -0500
Message-ID: <3d625ad8$2_1@news5.nntpserver.com>


I need help writing a trigger. The directions are to create a BEFORE TRIGGER on your employee table (west_employee). Update the table by increasing the payrate of all your employees by 15%. The trigger should fire once for each row that is updated. Show the old and new pay rate.

Here's what I have so far:

create or replace trigger west_bi before insert on west_employee for each row declare v_pay_rate west.pay_rate%type; begin

I'd appreciate any help I can get. Thanks, Kim

--
www.MainFrameForum.com - USENET Gateway
Received on Tue Aug 20 2002 - 10:06:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US