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
Write the alter statement to enable all the triggers on the t.students table.
What is oracle pl sql developer?
Can a primary key be a foreign key?
What is linq to sql?
what is meant by urlencode and urldocode? : Sql dba
list out some tools through which we can draw e-r diagrams for mysql. : Sql dba
How to take user input in pl sql?
How show all rows in sql?
How to run sql statements through the web interface?
What sql database should I use?
what are the differences between char and nchar? : Sql dba
How do I view an execution plan in sql?
What are the different types of database management systems?
How do you explain an index?
How many types of triggers exist in pl/sql?