What is a trigger?

Answers were Sorted based on User's Feedback



What is a trigger?..

Answer / guest

A piece of logic written in PL/SQL
Executed at the arrival of a SQL*FORMS event

Is This Answer Correct ?    5 Yes 1 No

What is a trigger?..

Answer / cijo

Triggers are procedures that are stored in the database and
are implicitly run, or fired, when something happens.

Traditionally, triggers supported the execution of a PL/SQL
block when an INSERT, UPDATE, or DELETE occurred on a table
or view.

Triggers support system and other data events on DATABASE
and SCHEMA.

Is This Answer Correct ?    3 Yes 0 No

What is a trigger?..

Answer / sneha

Trigger is a mechanism to initiate some code to perform
validation.
It is an initiator.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Database Management Interview Questions

What is the relationship?

0 Answers  


What are indexes? What are b-trees?

0 Answers  


Define b-trees.

0 Answers  


What is Mirrored on-line Redo Log ?

2 Answers  


What SYSTEM VARIABLE is used to refer DATABASE TIME ?

1 Answers  






What will the SHOW_ALERT function returns ?

3 Answers   College School Exams Tests, DSS,


what is the use of SYSTEM.EFFECTIVE.DATE varaible ?

1 Answers  


Can we pass RECORD GROUP between FORMS ?

1 Answers  


What is rdbms architecture?

0 Answers  


What is database join?

0 Answers  


How easy is netlib to use?

0 Answers  


How to tell firebird to only accept conections from xyz host or network?

0 Answers  


Categories