What Is a Trigger? How Do You Use It?

Answers were Sorted based on User's Feedback



What Is a Trigger? How Do You Use It?..

Answer / nashiinformaticssolutions

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

What Is a Trigger? How Do You Use It?..

Answer / 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

What Is a Trigger? How Do You Use It?..

Answer / 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

More SQL PLSQL Interview Questions

What are the parts of a sql statement?

0 Answers  


How would you hide a table in sql. ie the table can be only visible to its maker?

3 Answers  


How can we schedule the procedure to run automatically ?

3 Answers  


what is variable in package specification

3 Answers  


what is the purpose of update command in oracle?

7 Answers   MBT,






Can we use more than one null value for unique key?

31 Answers   A1 Technology, Wipro,


How to look at the current sql*plus system settings?

0 Answers  


what is organisational index?

1 Answers  


What are the types of operators available in sql?

0 Answers  


Is foreign key mandatory?

0 Answers  


What is the difference between numeric and autonumber?

0 Answers  


What is pl sql variable?

0 Answers  


Categories