-
Contributing Member
Triggers Types
I started my reading with triggers but in that I am confused about statement level triggers and row level triggers. How can one decide which one to use? A brief explanation on this would be useful.
-
Contributing Member
Re: Triggers Types
The trigger can be either row-level or statement-level. Row-level triggers get fired once for each row affected by the triggering statement. The statement level triggers gets fired once for the whole statement.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules