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

Difference between inline query and stored procedure?

4 Answers   Bharat, Microsoft,


What is the difference between delete and truncate statement in sql?

0 Answers  


what is the difference between mysql_fetch_array and mysql_fetch_object? : Sql dba

0 Answers  


Why are sql stored procedures used?

0 Answers  


Write the order of precedence for validation of a column in a table? I. Done using database triggers. Ii. Done using integarity constraints

0 Answers  






What information is needed to connect sql*plus an oracle server?

0 Answers  


Is postgresql a nosql database?

0 Answers  


TABLE A TABLE B EMPNO ENAME EMPNO ENAME 1 A 1 A 2 B 2 B 3 C 3 C 4 D 4 D 5 E 5 E 6 F 7 G HOW TO GET THE UNMATCHED RECORDS IN SQL QUERY?

10 Answers   Satyam,


What is oracle and pl sql?

0 Answers  


How can you create Cursor with parametres ?

3 Answers  


What is anonymous block in sql?

0 Answers  


What is sql scripting?

0 Answers  


Categories