Difference between Triggers and Stored Procedure
Answer Posted / ram
Stored Procedures are called by the programmer wherever it
wants to fire but triggers fired automatically when
insert,delete,update occured. And triggers can be
implemented to tables & views only where as s.p used in the
database independently
Is This Answer Correct ? | 135 Yes | 13 No |
Post New Answer View All Answers
How to retrieve error messages using odbc_errormsg()?
What the different types of Replication and why are they used?
What is normalization process?
What is difference between oltp and olap?
You want to generate a report that is formatted as a chart. Can you use the report wizard to create such a report?
Explain can you implement data mining in ssrs?
What is dknf in normalization form?
Why can there be only one clustered index and not more than one?
What is exporting and importing utility?
Explain the difference between HTTP and HTTPS in database?
How do I create a stored procedure in dbml?
What is instead of dml trigger?
How to provide default values to function parameters?
What is identity?
Give some Scenario for Non Clusterd index? Can we write system defined functions in side The Function? Wat is the Unique Datatype?