Difference between Triggers and Stored Procedure
Answer Posted / veerababu
Stored Procedure is a method.
Trigger is a Procedure.
Stored Procedure a specific CALL or EXECUTE has be used.
Trigger is automatically execute some specific events occure in table/views.
Stored Procedure return a Value.
Trigger is not return a value.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is t sql the same as sql server?
What is 2nf in normalization?
What are sql azure firewall rules?
what are the different types of SSRS reports?
What is log shipping?
you added a row to a view, but the row is not shown on the view. Explain how this can happen, and how you can remedy the situation
What do you understand by mirroring?
What are the difference between primary keys and foreign keys?
What are the purposes and advantages stored procedure?
How to enable/disable indexes?
What are tables in sql server?
What samples and sample databases are provided by microsoft?
What part does database design plays a role in performance of an sql server-based application?
How to modify an existing user defined function?
Can group functions be mixed with non-group selection fields in ms sql server?