Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
What are triggers in database?
The programmer may like the database o take some action when a database event occurs. In order to achieve the above purpose triggers are defined. The trigger body refers to the code written within the trigger which gets fired and executed when the related database event associated with the trigger occurs. On this situation one may have the question what is the event on the happening of which triggers gets executed. The event can be any of the Data Manipulation commands. In other words the event can be a insert, update or delete. Important aspect in a trigger for a programmer to create a trigger they must have the privilege for altering the table. It is also possible for a person to alter or modify a trigger owned by them or if they have the alter privilege on the trigger. These are the basic conceptys of triggers and there are many types of triggers available. To state a few are namely:
Questions by GeekAdmin answers by GeekAdmin
Related Answered Questions
Related Open Questions