What are the types of triggers ?
Answer Posted / arjun singh
INSERT TRIGGER
UPDATE TRIGGER
DELETE TRIGGER
| Is This Answer Correct ? | 7 Yes | 22 No |
Post New Answer View All Answers
Can ddl statements be used in pl/sql?
What are the different dml commands in sql?
How is a PL/SQL code compiled?
What is the difference between explicit and implicit cursors in oracle?
What is break?
how to dump a table to a file with 'mysqldump'? : Sql dba
What is a boolean in sql?
Are subqueries faster than joins?
How to order siblings in oracle hierarchy queries?
what is bcp? When is it used?
What are the disadvantages of not performing database normalization?
What is a native sql query?
Why truncate is faster than delete?
What is view? Can we update view
can a stored procedure call itself or recursive stored procedure? : Sql dba