1.

What Is The Difference Between Database Trigger And Stored Procedure?

Answer»
  • The MAIN DIFFERENCE between database TRIGGER and stored procedure is that the trigger is invoked implicitly and stored procedure is invoked explicitly.
  • Transaction Control statements, such as COMMIT, ROLLBACK, and SAVEPOINT, are not allowed within the BODY of a trigger; whereas, these statements can be included in a stored procedure.



Discussion

No Comment Found