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
What is before and after trigger?
How to run sql statements through the web interface?
Define join and name different types of joins?
what is the difference between a having clause and a where clause? : Sql dba
What is sql data?
What are different types of keys?
What is the difference between sql and t sql?
What are the different types of tables in sql?
What is compute?
What is nosql vs sql?
How to get each name only once from an employee table?
Can we create table in function?
What has stored procedures in sql and how we can use it?
If the application is running very slow? At what points you need to go about the database in order to improve the performance?
What is the difference between execution of triggers and stored procedures?