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 does join work in sql?
What is trigger and how to use it in sql?
How do I save a stored procedure?
What has stored procedures in sql?
Are left and right joins the same?
How many sql databases can you have on one server?
What is compute?
What is difference between function and trigger?
How many aggregate functions are available there in sql?
What is difference between inner join and cross join?
What is the difference between Union and Union all. Which is faster.
What is oracle pl sql developer?
Which kind of parameters cannot have a default value in pl sql?
how to see the create table statement of an existing table? : Sql dba
How many clustered indexes can be created on a table?