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

How do I find duplicates in sql?

0 Answers  


take one table is t1 and in that column name is f1 f1 column values are 200 5000 3000 7000 300 600 100 400 800 400 i want display the values asc and desc in a single output. sample output is f1.a 100 200 300 400 500 600 etc...... and f1.d is 5000 4000 3000 2000 1000 etc...

9 Answers   Zensar,


What is the purpose of cursors in pl/sql?

0 Answers  


What is Difference between StoredProcedure and function?

3 Answers  


How you can copy a file to file content and file to pl/sql table in advance pl/sql?

0 Answers  






What are the types of records?

0 Answers  


what is bcp? When does it used? : Sql dba

0 Answers  


what is a database transaction? : Sql dba

0 Answers  


Talk about views

10 Answers   Polaris,


What is the difference between the repeatable read and serializable isolation levels? : Transact sql

0 Answers  


What is online transaction processing (oltp)?

0 Answers  


What are the types of operators available in sql?

0 Answers  


Categories