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
Is sql port 1433 encrypted?
Who developed sql?
What is trigger point?
what happens if null values are involved in expressions? : Sql dba
When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?
What is sql rowcount?
Which is better trigger or stored procedure?
what is the difference between $message and $$message? : Sql dba
what is a table called, if it has neither cluster nor non-cluster index? What is it used for? : Sql dba
What is meant by cursor in sql?
What are predefined functions in sql?
Which data dictionary views have the information on the triggers that are available in the database?
What is cte sql?
how would you write a query to select all teams that won either 2, 4, 6 or 8 games? : Sql dba
Can we create foreign key without primary key?