Triggers In Databes, DB Triggers Expalin, What Is Database Triggers Explain, DBMS Tech Interview Questions With Answers

DATABASE TRIGGERS
The Oracle server allows the user to define procedures that are implicitly executed, when an insert, update or delete is issued against a table.
These procedures are called database triggers.
The major issue that make these triggers stand-alone is that they are fired implicitly(i.e. internally) by the Oracle server itself and not explicitly called by the user.

0 comments:
Post a Comment
Thanks For Your Comment. We Get Back To You As Soon As Possible.