What is a database trigger ? Name some usages of database
trigger ?
Answer Posted / tina
Database triggers are invoked on database level (not on
table level). For e.g. you can write the triggers as and
when database is shutdown or database is getting on etc...
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How do you add a column to a table?
What is the difference between cluster and non-cluster index?
Explain architecture of sql server notification services?
What is a primary key? Explain
What is the difference between inner join and outer join?
Can we enter data in a table in design view?
give the syntax of grant and revoke commands? : Sql dba
Why primary key is required?
How many developers work on postgresql?
What does sign mean sql?
Is not null in sql?
Can I learn sql in a week?
what is unique key constraint? : Sql dba
Can you load data into multiple tables at once? : aql loader
Why does sql need a server?