define different types of trigger. : Sql dba



define different types of trigger. : Sql dba..

Answer / kiran r

Triggers are classified as follows
1. Based on Trigger level
Row level Trigger and Statement level trigger
2. Based on time
Before, after, Instead
3. Based on Event
DDL, DML,Database Trigger

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Enlist the advantages of sql.

0 Answers  


how does a local variable is defined using t-sql? : Transact sql

0 Answers  


Can we use out parameter in function?

4 Answers   Infosys,


What is the sql*loader? : aql loader

0 Answers  


How would you convert date into julian date format?

0 Answers  


Is nosql relational?

0 Answers  


Name Salary Abc 50000 Abc 50000 xyz 20000 find the max salary using aggregate function?

2 Answers   CTS,


How do you optimize a stored procedure query?

0 Answers  


What is sql architecture?

0 Answers  


how many columns can be used for creating index? : Sql dba

0 Answers  


What is pl/sql and what is it used for?

4 Answers  


What happens if a procedure that updates a column of table X is called in a database trigger of the same table ?

1 Answers  


Categories