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.
How many types of database triggers can be specified on a table? What are they?
Editorial / Best Answer
krishnaindia2007Profile Answers by krishnaindia2007 Questions by krishnaindia2007
A trigger may be a
1. DML Trigger on tables
2. Instead of triggers on views
3. System triggers on database or schema
Based on the way it executes statements triggers are of two types
1. Statement leve trigger
2. Row level trigger
A trigger fires for three actions
1. Insert
2. Delete
3.Update
and the trigger can the fired
1. Before action
2. After action.
Related Answered Questions
Related Open Questions