what is diffrent between store procedure and trigger
Answer Posted / vandana chand
Stored Procedure is the set of SQl statements together in the
data base.
and Trigger is the Special kind of store procedure i.e called
whenever an attempt is to modify the data.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Explain how does the report manager work in ssrs?
How to name query output columns in ms sql server?
What is the default value of an integer data type in sql server 2005?
Define cross join in sql server joins?
What is a database in ms sql server?
User wants only to display only pdf as export option in report manager. How to achieve this?
What are pages and extents? : SQL Server Architecture
Explain the working of sql privileges?
What is a table called, if it has neither cluster nor non-cluster index? What is it used for?
How do I view a stored procedure in sql server query?
Can we insert data into a view?
Explain what is use of dbcc commands?
What are functions in the sql server?
What are the 10 characteristics of data quality?
Write an SQL query to obtain the 2nd highest salary.