by BuckyF on October 21st, 2003

BuckyF

Question

Help answer this question below.

What is a stored procedure?

  • Like
  • Report

Answers. Showing one answer.

  • by BuckyF on October 21st, 2003

    BuckyF

    A stored procedure is a piece of code that operates on a database when it is triggered by a certain event. Typical trigger events would be the insertion, update or deletion of a record. The procedure itself, for instance, may then update other tables to reflect the changes made to the first table, or it may perform virtually any other data manipulation functions.

    Comments
    • It doesn't need to be fired off by a trigger; code from a desktop app or webpage can call it.

      Amorphous Blob

      by Amorphous Blob on May 28th, 2009

    • Like
    • Report

    1 comment | Post one | Permalink

Want to attach an image to your answer? Click here.

Did this answer your question? If not, then ask a new question or create a poll.

You're reading What is a stored procedure?

Follow us on Facebook!

Related Ads