What is a trigger?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What is the relationship?
What are indexes? What are b-trees?
Define b-trees.
What is Mirrored on-line Redo Log ?
What SYSTEM VARIABLE is used to refer DATABASE TIME ?
What will the SHOW_ALERT function returns ?
3 Answers College School Exams Tests, DSS,
what is the use of SYSTEM.EFFECTIVE.DATE varaible ?
Can we pass RECORD GROUP between FORMS ?
What is rdbms architecture?
What is database join?
How easy is netlib to use?
How to tell firebird to only accept conections from xyz host or network?