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 restrict in sql?
Why do we use set serveroutput on?
Explain table and field in sql?
What is a join query?
What are different types of sql?
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
What are the two virtual tables available at the time of database trigger execution?
What is a column in a table?
What are primary key and foreign key and how they work?
What is the difference among union, minus and intersect?
Is microsoft sql free?
What is data manipulation language?
how to delete an existing column in a table? : Sql dba
what is the difference between group by and order by in sql? : Sql dba
Is it possible to sort a column using a column alias?