
Explain about Triggers ?


Triggers are database objects that automatically execute in response to certain events.
Triggers can be used to enforce business rules, audit data changes, and maintain referential integrity.
They can b...read more

Triggers are PLSQL blocks that gets automatically fired when specific event occurs.
Triggers can be 1)DML triggers- insert,update,delete,instead of
2)Non DML triggers i.e ddl triggers,system triggers
3)c...read more

Triggers is a stored procedure in database automatically invokes a special event in the database

Trigger: Trigger is a name PL/SQL Block that is stored in database and invoked repeatedly. it automatically fires when an event occurs in schema, table or database.
there are two types
1) statement le...read more
Popular interview questions of Plsql Developer
Top HR questions asked in TCS Plsql Developer
Reviews
Interviews
Salaries
Users/Month