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 |
Explain the different types of languages that are available in the dbms?
What is stored in a database?
What is Log Switch ?
What is the use of ROWS option in EXP command ?
List few disadvantages of file processing system.
Enlist the various relationships of database.
Which is best database?
What is dbms language?
What are database functions?
Which factors does not affect the size of the SGA ?
Can you have more than one cursor open at any one time in a program ?
What versions of clipper does netlib support?