What is a database trigger ? Name some usages of database
trigger ?
Answer Posted / amol maske
Database triggeris the stored procedure called when the
insert, update, delete (DML statement) fired
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can we update views in sql?
What is pl/sql table? Why is it used?
What is dense_rank?
what happens if null values are involved in expressions? : Sql dba
What is lookup table in sql?
what is the difference between sql and t-sql? : Transact sql
what are set operators in sql? : Sql dba
How to use transactions efficiently : transact sql
When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?
Give the order of sql select?
How are sql commands classified?
What is procedure and function?
what is an execution plan? When would you use it? How would you view the execution plan? : Sql dba
How do you declare a variable in pl sql?
How many types of indexes are there in sql?