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
Can we insert in sql function?
What are views in sql?
What is the meaning of disabling a trigger?
Is it possible for a table to have more than one foreign key?
What is pl sql variable?
What does bitemporal mean?
what are the differences between get and post methods in form submitting. Give the case where we can use get and we can use post methods? : Sql dba
What is clause?
what are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ? : Sql dba
How can I speed up sql query?
What is the current version of sql?
What are pl/sql cursors?
What is procedure in pl sql?
what is the difference between sql and t-sql? : Transact sql
How many primary keys can a table have?