What is Trigger?

Discussion in 'Databases' started by sparkar17, Mar 25, 2010.

  1. #1
    What is Trigger?
     
    sparkar17, Mar 25, 2010 IP
  2. RonBrown

    RonBrown Well-Known Member

    Messages:
    934
    Likes Received:
    55
    Best Answers:
    4
    Trophy Points:
    105
  3. kidsalsa

    kidsalsa Greenhorn

    Messages:
    50
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    18
    #3
    Its basically a block of code that is executed when a particular event/action has occurred. For instance, you might set up a trigger to validate your data before insertion into the table.
     
    kidsalsa, Mar 30, 2010 IP