adspace


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


Please Help Members By Posting Answers For Below Questions

If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?

1045


What are the different subsets of sql?

1648


What is an indexed view?

1021


How raid can influence database performance?

1116


When should you use an instead of trigger?

1050


What are the different SQL Server Versions you have worked on?

1077


Can we make the the chages By Using the Sql if u know any function or process please inform me Actuall result: BRK1 Break 1 Part 1 00:01:00:00 60 BRK1 Break 1 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 BRK2 Break 2 Part 2 00:01:00:00 60 BRK2 Break 2 Part 3 00:01:00:00 60 BRK3 Break 3 Part 1 00:01:00:00 60 BRK3 Break 3 Part 2 00:01:00:00 60 Desired O/P: BRK1 Break 1 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 Part 3 00:01:00:00 60

2293


What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?

1196


Is it possible to have clustered index on separate drive from original table location?

1039


what is spatial nonclustered index

1057


What is in place upgrade in sql server?

1125


How to provide default values to function parameters?

1256


Does view occupy space?

1018


What is the difference between for xml raw and for xml auto?

1113


How can I check that whether automatic statistic update is enabled or not?

1111