View Full Version : Oracle help needed - triggers


Woosey
04-07-2004, 06:42 PM
coudl anyone tell me what they are and what they do and any example syntax? i cant find any decent information :(

thanks

officedog
05-07-2004, 08:40 AM
if its the same as a normal sql trigger.... Its an event of sorts that can be fired when data in a table is changed. You can use a trigger to update other tables when a record is updated in the main table. As for syntax. Check the oracle website or the docs that come with it. I know the syntax for oracle Stored procedures are different than sql, so the triggers would be as well no doubt.