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
Why use stored procedures?
What is the difference between partitioning and sharding?
What is difference between my sql and sql?
what are ddl statements in mysql? : Sql dba
What is cursor in pl sql with examples?
what are sequences
What are the different types of constraints?
What is the use of function in sql?
Is natural join and inner join same?
what are dynamic queries in t-sql? : Transact sql
What is cross join sql?
What are tables and fields in the database?
What are the different ways to optimize a sql query?
How to use transactions efficiently : transact sql
which operator is used in query for pattern matching? : Sql dba