Answer Posted / koti-khammam
Trigger is a special type of stored procedure that will
fire automatically when ever data modifications like
INSERTIONS,UPDATIONS or DELETIONS occurs on the table.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
what are constraints? : Sql server database administration
Do you know what are different types of replication in sql server?
What is pivot and unpivot?
What does it mean to manipulate data?
What is the purpose of indexing?
How to create a trigger for insert only?
How can we delete a table in sql server?
what's the difference between delete table and truncate table commands? : Sql server database administration
How to add a new column to an existing table with "alter table ... Add" in ms sql server?
Can the “if update (colname)” statement be used in a delete trigger?
How many non clustered indexes there can be on table ?
do views contain data ?
What is a functions and types in sql server?
What will be the maximum number of indexes per table?
What is the concept of optimization?