Answer Posted / guest
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.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Explain about link server in sql server?
Which data types generate inaccurate results if used with an = or <> comparison in a where clause of a sql statement?
What are distributed partitioned views?
How to Sync Two SQL Azure Databases?
How do you clear a log file?
Does hive support indexing?
What are null values in ms sql server?
List some case manipulation functions in sql?
What is the maximum rows in sql server table?
How to create a simple table to test triggers in ms sql server?
What is difference between clustered index and non clustered index?
Can you get second highest salary from the table?
Where are full-text indexes stored?
How many clustered indexes there can be on table ?
What is database black box testing?