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

You loss one datafile and DB is running in ARCHIVELOG mode. You have full database backup of 1 week old and partial backup of this datafile which is just 1 day old. From which backup should you restore this file?

2 Answers  


Operators used in select statements are?

0 Answers  


Explain environment of openedge?

0 Answers  


What is the difference between multiload and fastload interms of performance?

0 Answers  


what are database files, control files and log files. How many of these files should a database have at least? Why?

0 Answers  






What does DLL stands for ?

2 Answers   Nexus Technologies,


Explain the importance of database partitioning.

0 Answers  


What are the drawback of rdbms?

0 Answers  


Does google have a database program?

0 Answers  


What do you understand by ‘atomicity’ and ‘aggregation’?

0 Answers  


What is sorting in dbms?

0 Answers  


What do you mean by Checkbox ?

0 Answers  


Categories