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 sql mysql pl sql oracle?
What is meant by cursor in sql?
What is the process of debugging?
Explain the uses of database trigger.
What are the different sql languages?
What are the different dml commands in sql?
Explain the purpose of %type and %rowtype data types?
What are commit, rollback, and savepoint?
What is an oracle stored procedure?
Lookups are a key component in sql server integration services (ssis). Explain its purpose?
What is cursor and why it is required?
What are the indexing methods?
What does truncate mean in sql?
What is before and after trigger?
What is the use of partition by in sql?