Home » Interview » Technology

Define Trigger

Correct Answer: Trigger allows us to execute a batch of SQL code when an insert, update or delete command is executed against a specific table Triggers are special types of stored procedures that are defined to execute automatically in place of or after data modifications They can be executed automatically on the insert, delete and update operation

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion