AceTheInterview
Jobs in Pune | Work better in teams | Socialize with friends | Submit Q&A | Tell a friend
Search site for 

Top 100 Interview Questions & Answers in a convenient and easy to read book!

“I bought this guide a few days ago to prepare for my interview with Oracle. Many of the questions they asked me were from this guide. I found this book absolutely great!”

– Ravi, California

Read more comments...

Interview Questions And Answers RSS Feed

Answers »

  1. Submitted By: artidesai — October 6, 2006
    +8 votes
      + -

    Triggers are stored procedures created in order to enforce integrity rules in a database. A trigger is executed every time a data-modification operation occurs (i.e., insert, update or delete). Triggers are executed automatically on occurance of one of the data-modification operations.

  2. Submitted By: lavanya — October 6, 2006
    +1 votes
      + -

    A trigger is a database object directly associated with a particular table. It fires whenever a specific statement/type of statement is issued against that table. The types of statements are insert,update,delete and query statements. Basically, trigger is a set of SQL statements that execute in response to a data modification/retrieval event on a table.

  3. Submitted By: biswa — October 6, 2006
    +1 votes
      + -

    A trigger is a solution to the restrictions of a constraint.
    For instance :
    1.A database column cannot carry PSEUDO columns as criteria where a trigger can.
    2.A database constraint cannot refer old and new values for a row where a trigger can.

  4. Submitted By: srishivananda — October 6, 2006
    +1 votes
      + -

    Adding to all others here . . .

    Other than table triggers there are also schema and database triggers. These can be made to fire when new objects are created, when a user logs in, when the database shutdown etc.

    Table level triggers can be classified into row and statement level triggers and those can be further broken down into before and after triggers. Before triggers can modify data.

  5. Submitted By: mayank — November 11, 2006
    +6 votes
      + -

    It is a stored procedure which is automatically fired on a table whenever any DML operation is performed.it is used to prevent any invalid entries of the data in the table.

  6. Submitted By: sasi — March 27, 2007
    +1 votes
      + -

    In a DBMS a trigger is a SQL procedure that initiates an action when an event occurs.

  7. Submitted By: ram — June 29, 2007
    +0 votes
      + -

    trigger is an event that fires when a DML statement
    occurs.

  8. Submitted By: padmakumar — February 18, 2008
    not yet rated
      + -

    Trigger is a stored procedure program. it excutes

    the function one or more automatically.

  9. Submitted By: k — July 24, 2008
    not yet rated
      + -

    Trigger is an SQL statement which fires an action when an event occurs.
    The event may be insert , update or delet

  10. Leave an Answer/Comment

    To prove you're a person (not a spam script), type the security text shown in the picture. Click here to regenerate some new text.
    Click to hear an audio file of the anti-spam word

Our Sponsors
Our Sponsors
Contact Us | FAQ | Sitemap | Terms of Use | Privacy Policy | Tell a Friend

Copyright © 1999-2006 Jeeve Technologies LLC. All rights reserved.