Answer Posted / nashiinformaticssolutions
A Triger is a database object in PL/SQL that automatically executes actions in response to specific events, such as insertions, updates, or data deletions in a table. Triggers are typically used to enforce business rules, maintain data integrity, and automate tasks. You create and define triggers using PL/SQL code and attach them to database tables.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of %rowtype?
what are the nonstandard string types? : Sql dba
When are we going to use truncate and delete?
Does sql backup shrink transaction log?
What are the types of keys?
Name some usages of database trigger?
What are types of indexes in sql?
what is 'mysqldump'? : Sql dba
Describe different types of general function used in sql?
Are stored procedures faster than dynamic sql?
How many sql statements are used?
How does postgresql compare to mysql?
What is difference between hql and sql?
How to run pl sql program in mysql?
Is sql harder than python?