What Is a Trigger? How Do You Use It?
Answers were Sorted based on User's Feedback
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 |
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 |
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 are the parts of a sql statement?
How would you hide a table in sql. ie the table can be only visible to its maker?
How can we schedule the procedure to run automatically ?
what is variable in package specification
what is the purpose of update command in oracle?
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?
what is organisational index?
What are the types of operators available in sql?
Is foreign key mandatory?
What is the difference between numeric and autonumber?
What is pl sql variable?