Difference between Triggers and Stored Procedure
Answer Posted / shilpa
triggers are fired automatically when any event ocours like
update ,delete ,insert on a table
whereas sp is set of sql statements its not related to
single table but its can have many sql satements that can
be used in many tables to update, delete and insert .
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
what are the different types of replication you can set up in sql server? : Sql server database administration
What is dml command?
What sql server means?
How do we upgrade from SQL Server 6.5 to 7.0 and 7.0 to 2000?
Why use sub query in sql server and list out types of sub queries?
What command do we use to rename a db, a table and a column?
Write a sql query to display the current date?
What is isnull() operator?
Is the order of columns in the set clause important in ms sql server?
What is truncate table?
Can we use trigger new in before insert?
What is the most common type of join?
Explain transaction isolation levels in sql server?
What are window functions in sql server?
Why should you use or avoid select * statements?