What is a database trigger ? Name some usages of database
trigger ?
Answer Posted / amol maske
Database triggeris the stored procedure called when the
insert, update, delete (DML statement) fired
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is sqlite free?
Why is nosql good?
how to convert numeric values to character strings? : Sql dba
What are sql*plus environment variables?
What is not equal in sql?
How long does it take to learn pl sql?
What is dynamic query?
What is the difference between rename and alias?
What is mdf ldf and ndf?
What are sql data types?
how can we know the number of days between two given dates using mysql? : Sql dba
What is meant by truncate in sql?
can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible? : Sql dba
What is difference between joins and union?
What is natural join in sql?