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 is difference between index seek vs. Index scan?
How do I start sql server?
How to read data in a table with "select" statements?
How to provide values to user defined function parameters?
What do you mean by recursive stored procedure?
Explain how many types of relationship?
what are the important architecture components of SSRS?
How to execute stored procedure and set temp table in sql server?
How to connect to a sql server using odbc_connect()?
Can a cursor be updated? If yes, how you can protect which columns are updated?
What is sql collation?
How many triggers you can have on a table?
How to automatically create a log when an exception is being received into SQL Server?
What is key attribute?
Does the unique constraint create an index?