What are the types of triggers ?
Answer Posted / kumar sudeep
1. Cyclic Cascading Triggers.
2. Mutating Triggers.
3. Insted Off Triggers.
All the above with differences in areas of implementaion
difference as below:
1. Database.
2. Application.
And with ways of implementation differences as below:
1. BEFORE/AFTER.
2. Insert/Update/delete.
3. Statement level/Row level.
| Is This Answer Correct ? | 12 Yes | 7 No |
Post New Answer View All Answers
Why primary key is required?
How many clustered indexes can be created on a table?
What is an inner join sql?
How to select 10 records from a table?
what is sql? : Sql dba
How long does it take to learn pl sql?
Why functions are used in sql?
What are the advantages of indexing?
Explain select statements in sql?
What are all the different types of indexes?
how to rename an existing table in mysql? : Sql dba
How to assign sql query results to pl sql variables?
How to fix oracle error ora-00942: table or view does not exist
What are sql objects?
What type of join is sql join?