What is a trigger in pl/sql?



What is a trigger in pl/sql?..

Answer / kiran r

A Trigger is block of PLSQL Code which is automatically Executed with response to some events (i.e.., DML).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Why select is used in sql?

0 Answers  


What are the two different parts of the pl/sql packages?

0 Answers  


Which column in the user.triggers data dictionary view shows that the trigger is a pl/sql trigger?

0 Answers  


how do you control the max size of a heap table? : Sql dba

0 Answers  


How we can update the view?

0 Answers  






what is the difference between implicit conversions and explicit conversions?

2 Answers  


How to get help at the sql prompt?

0 Answers  


how many sql ddl commands are supported by 'mysql'? : Sql dba

0 Answers  


When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?

0 Answers  


what does the t-sql command ident_current does? : Transact sql

0 Answers  


discuss about myisam index statistics collection. : Sql dba

0 Answers  


I Defined SP1, Sp2 (sp=StoreProcedures)In Package Specification but I Implemented Sp1, sp2, sp3, sp4, sp5 then What type of Error You will find????

3 Answers   Infosys,


Categories