How many types of database triggers can be specified on a
table ? What are they ?
Answer Posted / biswajit biswal
We can specified 28 Database triggers on a single table.
Before Row level insert
After Statement level update
Delete
insert or update
update or delete
insert or delete
insert or update or delete
2*2*7=28
Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What is not equal in sql?
Is there a 64 bit version of ssms?
What is cte?
Can you rollback after commit?
Define concurrency control. : Transact sql
what are the advantages of using stored procedures? : Sql dba
How do you modify a column in sql?
What is normalization sql?
Is it mandatory for the primary key to be given a value when a new record is inserted?
How to rename a column in the output of sql query?
What is mutating sql table?
Why is stored procedure faster than query?
What are %type and %rowtype for?
How do you respond to dementia behavior?
How many times can we commit in a loop?