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
Write a sql query to convert all character to uppercase after hypen.
What is auto increment feature in sql?
What is plpgsql language?
How does join work in sql?
How do I copy a table in sql?
What is pl/sql language case sensitive?
What is the syntax and use of the coalesce function?
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
what is the bond code in materialized view?
What is nested table in pl sql?
what is the difference between group by and order by in sql? : Sql dba
What is memory optimized table?
What is difference between hql and native sql?
What are the different type of joins in sql?
What is the default isolation level in sql server? : Transact sql