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
Can we insert data into materialized view?
What are reports usually used for?
What is a temporal table?
What programs use sql?
Is it possible to Restore a Dropped Table using Rollback Command in Oracle SQL Plus ?
What is the difference between clustered and non-clustered indexes?
What are the different types of dbmss?
What are the benefits of pl/sql packages?
how to extract a unit value from a date and time? : Sql dba
Why is pl sql needed?
what does it mean to have quoted_identifier on? : Sql dba
What is sqlite format?
What is pivot table in sql?
What are the different tcl commands in sql?
Explain the advantages and disadvantages of stored procedure?