Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What are the differences between stored procedures and triggers?

A stored procedures are compiled collection of programs or SQL statements that live in the database. A stored procedure can access and modify data present in many tables. Also a stored procedure is not associated with any particular database object. But triggers are event-driven special procedures which are attached to a specific database object.
Related Posts Plugin for WordPress, Blogger...
Flag Counter