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

How is data stored in a database?

0 Answers  


How do you set a primary key?

0 Answers  


Is it possible to declare or create a cursor for update of table? If no tell me why?

0 Answers  


What are the advantages of rdbms?

0 Answers  


Explain degree of a relation?

0 Answers  






What is variable dbms?

0 Answers  


What is system catalog or catalog relation?

0 Answers  


What are the features of database language?

0 Answers  


How to connect Silverlight application to database?

0 Answers  


What is index hunting and how does it help in improving query performance?

0 Answers  


What is the best database for big data?

0 Answers  


Define and explain about progress?

0 Answers  


Categories