Answer Posted / hr@tgksolutions.com
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 are the types of triggers in sql?
What is the difference between delete, truncate and drop command?
how to use regular expression in pattern match conditions? : Sql dba
How do you delete a table?
Is left join and outer join same?
Explain the order of sql statement execution?
what is dbms? : Sql dba
Explain what is a view?
what are all the different types of indexes? : Sql dba
how to convert character strings to numeric values? : Sql dba
What are the parts of a sql statement?
What is pl sql variable?
what is a primary key? : Sql dba
what is the difference between undefined value and null value? : Sql dba
What is union, minus and interact commands?