tell me some good difference of the following trigger concepts..
Instead of trigger and for Trigger
tell me diff not theoretically only on Technically....
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Oct 16, 2012, 9:25 AM
Sandeep Singh ShekhawatPosted Oct 16, 2012, 9:17 AM
For trigger fires on table action insert/update/delete
Instead of trigger use on View when we are using multiple base table in view and want insert/update/delete in base tables using view
Thanks
Sandeep