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 is pl sql code?
How does one load ebcdic data? : aql loader
Why we use stored procedure instead of query?
Differentiate between pl/sql and sql?
how can you see all indexes defined for a table? : Sql dba
What are some emotional triggers?
What are the different ways to optimize a sql query?
What is sql comments?
What are different functions in sql?
Why primary key is required?
Difference between table function and pipelined function?
How to select unique records from a table?
what is sql profiler? : Sql dba
What are the key differences between SQL and PL SQL?
Can we write dml inside a function in sql server?