what is meant by trigger?

Answers were Sorted based on User's Feedback



what is meant by trigger?..

Answer / mrniceksa

A trigger is a special kind of stored procedure that goes
into effect when you modify data in a specified table using
one or more data modification operations: UPDATE, INSERT,
or DELETE. Triggers can query other tables and can include
complex SQL statements. They are primarily useful for
enforcing complex business rules or requirements. For
example, you could control whether to allow an order to be
inserted based on a customer's current account status.

Is This Answer Correct ?    46 Yes 7 No

what is meant by trigger?..

Answer / bgg

trigger is something which is executed when some specified
event occurs.
two main specifications are-
1.when the trigger should be executed(event)
2.what action must be taken when this event occurs

Is This Answer Correct ?    15 Yes 5 No

what is meant by trigger?..

Answer / sagaya maria virgin

a trigger is a statement that system execute automatically
as a side effect of a modification of database.

Is This Answer Correct ?    9 Yes 3 No

what is meant by trigger?..

Answer / dinesh kumar

Trigger can be defined as a action that is performed on
data when event occur. Here action can modify data from
database, insert data into database etc.

Is This Answer Correct ?    9 Yes 5 No

what is meant by trigger?..

Answer / srikanth

A trigger is a special kind of stored procedure that goes
into effect when you modify data in a specified table using
one or more data modification operations: UPDATE, INSERT,
or DELETE.

Is This Answer Correct ?    5 Yes 2 No

what is meant by trigger?..

Answer / billy

Can Anyone explain it very clearly with example?

Is This Answer Correct ?    5 Yes 4 No

what is meant by trigger?..

Answer / anic appu

Anyone can please explain with example?

Is This Answer Correct ?    4 Yes 5 No

what is meant by trigger?..

Answer / a.palanisamy

A trigger is a special kind of stored procedure that goes
into effect when you modify data in a specified table using
one or more data modification operations: UPDATE, INSERT,
or DELETE. in future use u can get old data from specified table

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Programming Languages AllOther Interview Questions

What is nocopy in plsql?

1 Answers   IBA Health,


what is the software to run the GSM gate opener program

0 Answers  


what is the difference between an application and service??? i mean service which runs as in services.msc.

2 Answers  


in a VB application, where the data will be stored after manipulation? what is the syntax for that?

0 Answers   TCS,


why we use abstract in awt?

0 Answers  






How to update a data for the views in the relational data base schema

1 Answers   TCS,


Java is called as pure objerct oriented programming language, where as c++ is not completely object oriented.can any explain the detailed differenec between these two

4 Answers  


What is abstract Method i want the exact definition and is there any possibility to declare class as abstract without any abstract methods in that class?If it is possible then tell me why and how?

0 Answers  


what is mutex?

4 Answers   Axiom, Blue Star, SQL Star,


how many types of operating system are avaliable?

0 Answers   IBM,


What is the worst case of AVL tree?

1 Answers  


we create a pf with 3 fields.2 is defined as keyfields.we lock it with alcobj command.how we find out whether the file is locked or not?is it dspfd??/

0 Answers   CTS,


Categories