What Is a Trigger? How Do You Use It?

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


Please Help Members By Posting Answers For Below Questions

What is dbo in sql?

704


What are the benefits of stored procedures?

706


What is data control language (dcl)?

790


What are the different dcl commands in sql?

761


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.

6588






What is a null value?

843


What is inner join in sql?

771


What are the types of join and explain each?

771


Is like operator in sql case sensitive?

729


what are the drivers in mysql? : Sql dba

732


What is data abstraction in sql?

721


What is meaning of <> in sql?

796


What are the most important characteristics of pl/sql?

782


how would you write a query to select all teams that won either 2, 4, 6 or 8 games? : Sql dba

1079


How does postgresql compare to mysql?

761