Answer Posted / raji
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 ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is bookmark link in ssrs?
What happens if you delete a table that is used by a view?
Explain having clause and where clause?
How to create a simple stored procedure in ms sql server?
in the physical file layout, where should the transaction log be stored in relation to the data file?
Explain the steps needed to create a scheduled job?
What are different types of constraints?
What are the requirements on sql server network connections?
What options are there to delete rows on the publisher and not on the subscriber? : sql server replication
To automatically record the time on which the data was modified in a table, which data type should you choose for the column?
How to use copy and concatenate commands in SQL?
What is clustered vs nonclustered index?
Define union, union all, minus, intersect?
How to reaname table name without using sp_Rename in sql server..?
What are the types of joins in sql?