Answer Posted / glibwaresoftsolutions
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 dbo in sql?
What are the benefits of stored procedures?
What is data control language (dcl)?
What are the different dcl commands in sql?
column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.
What is a null value?
What is inner join in sql?
What are the types of join and explain each?
Is like operator in sql case sensitive?
what are the drivers in mysql? : Sql dba
What is data abstraction in sql?
What is meaning of <> in sql?
What are the most important characteristics of pl/sql?
how would you write a query to select all teams that won either 2, 4, 6 or 8 games? : Sql dba
How does postgresql compare to mysql?