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 -> Trigger on multiple rows

Trigger on multiple rows

From: Sameer Utrankar <sameeru_at_exchange.ml.com>
Date: Thu, 30 Dec 1999 16:53:03 -0500
Message-ID: <386BD43F.3E084791@exchange.ml.com>



Triggers work fine when validation is expected to be performed on a row
at a time. But how about when validation is based on several rows ?

For example,
Say a team (group of employees) work with every customer and they each get some % credit for every deal made with the client. Total % for the team should be 100. Where do you put this check ? It can't be when one team member row gets saved. Check should be after all the team member rows for the team get saved. Now, how do you do that ?
 
 
  Received on Thu Dec 30 1999 - 15:53:03 CST

Original text of this message

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