what is diffrent between store procedure and trigger
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sankar
1)Actually Trigger is an action which is performed
automatically after or before an event occure. But Store
procedure is executed when it is call.
2)We can call Trigger inside the store procedure. But
reverse is not possible.
Is This Answer Correct ? | 1 Yes | 2 No |
What is cursor ? And what is difference between Trigger ?
How to configure odbc dsn with different port numbers?
Define full outer join in sql server joins?
What is raid and what are different types of raid levels?
IF more than one Site is accessing the same Database server and I want to move the DB with Minimum down time? How will you do
How to receive returning result from a query?
Describe about first three Normal forms.
How to verify a user name with sqlcmd tool?
Explain Different types of Projects?
Their are two tables 'A' and'B'.Table 'A' contains 3 columns named 'eid','ename','dept'. Table 'B'contains 3 columns named'sid','designation','salary'. We have to retrieve the names of employees working in the same department,same designation and same salary. Its urgent can anyone help me out in this problem.
What are the types of constraints?
How do you create a data source?