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 the language used for Artificial Intelligence?

1 Answers  


19. Given a system that is described with the following equation, X=A+(B.(A̅+C)+C)+A.B.(D̅+E̅) a) Simplify the equation using Boolean Algebra. b) Implement the original and then the simplified equation with a digital circuit. c) Implement the original and then the simplified equation in ladder logic.

0 Answers   Bajak Paint,


write a program for finding the union of two integer array in java?

2 Answers  


diffrence between oracle apps , .NET , SAP

0 Answers  


write a program on c(or)c++(or)java language i.e if i have 5 numbers like (10,24,3,9,15) i want to display highest number from these numbers

2 Answers  






Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.

0 Answers   Amazon,


What's the difference b/w Table & Templete in Smartform?

0 Answers   Accenture,


Which tag is used to create the frame

1 Answers  


WHAT IS NV RAM ?

3 Answers  


Write a program to reverse a number?

0 Answers   BirlaSoft,


what type of exceptions & problems are faced in production time at java technology?

0 Answers   CTS,


how we can call xml file in java file using Android platform?

2 Answers   TCS,


Categories