Re: When Do You Use a Trigger To Populate Sequenced Prime Key?
From: Daniel Roy <danielroy10_at_hotmail.com>
Date: 29 Jan 2003 17:18:42 -0800
Message-ID: <1b061893.0301291718.7b8dc602_at_posting.google.com>
Date: 29 Jan 2003 17:18:42 -0800
Message-ID: <1b061893.0301291718.7b8dc602_at_posting.google.com>
Usually, triggers are used to populate data in a different table at the same time (such as to populate an audit table, for example). If you just need to populate the primary key with the next value, no need for a trigger.
Daniel Received on Thu Jan 30 2003 - 02:18:42 CET