Collection and sharing of, interview questions and answers asked in various interviews, faqs and articles.....
Database : What is a trigger?
Triggers are basically used to implement business rules. Triggers is also similar to stored procedures. The difference is that it can be activated when data is added or edited or deleted from a table in a database.
No comments:
Post a Comment