Answer Posted / glibwaresoftsolutions
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 meaning of disabling a trigger?
What is an inner join sql?
Can a key be both primary and foreign?
Does oracle roll back the transaction on an error?
Is sql scripting language?
What is microsoft t sql?
What is sql query optimization?
what is the command used to fetch first 5 characters of the string? : Sql dba
What are pl sql data types?
What is compound trigger?
What is primary key and unique key?
what are the type of locks ? : Sql dba
Why do you partition data?
Does db2 use sql?
How can the performance of a trigger be improved?