filmov
tv
Oracle interview Question : what is trigger in oracle

Показать описание
Oracle interview Question : what is trigger in oracle
Description:
A Trigger is a special PLSQL code, that will be automatically invoked when a specific event occurs in the database.
The even can be DML event, DDL event or SYSTEM event.
What are the types of triggers?
DML Trigger - This trigger will get fired for DML events like INSERT,UPDATE and DELETE
DDL trigger - This trigger will get fired for DDL events like CREATE, ALTER, DROP, TRUNCATE etc.,
System trigger - This trigger will get fired for system events like LOGON, LOGOFF, STARTUP, SHUTDOWN etc
Instead of trigger - This trigger is created on view to redirect the DML operations to undelying base tables
compound trigger - This is a single trigger having blocks for all the DML timing events.
Description:
A Trigger is a special PLSQL code, that will be automatically invoked when a specific event occurs in the database.
The even can be DML event, DDL event or SYSTEM event.
What are the types of triggers?
DML Trigger - This trigger will get fired for DML events like INSERT,UPDATE and DELETE
DDL trigger - This trigger will get fired for DDL events like CREATE, ALTER, DROP, TRUNCATE etc.,
System trigger - This trigger will get fired for system events like LOGON, LOGOFF, STARTUP, SHUTDOWN etc
Instead of trigger - This trigger is created on view to redirect the DML operations to undelying base tables
compound trigger - This is a single trigger having blocks for all the DML timing events.
Top 50 Oracle Interview Questions and Answers | Questions for Freshers and Experienced | Edureka
Top 5 Oracle Interview Questions and Answers
Oracle interview Question : what is trigger in oracle
Oracle interview experience | Salary, Interview Question, Rounds, Life at oracle | Anil sidhu
Oracle Interview Question oracle index related questions
Breaking Down an Oracle SQL Interview Question
Oracle PL SQL interview question Query was running fine yesterday but its very slow today | Tuning
Oracle interview question Procedure Vs Function | ORACLE PROCEDURE VS FUNCTIONS
Primary Key in Oracle: Key Concepts and Practical Examples | NareshIT #oracle
Oracle Interview Experience (Telugu) | Salary, Role | Oracle Interview Questions
Sales Interview Questions and Answers as an Ex-Oracle Account Executive
Oracle Interview Experience | SDE | On-campus | How to be SDE at Oracle | #2023 | #placements
Mock interview exposes flaws in 10+ year Oracle DBA's experience
How to Prepare for Oracle Interview | Oracle Interview Questions| Online Test | Interview Experience
Oracle PL SQL interview question What is cursor and what are the types of cursor in oracle
Oracle Interview Experience 2022 | Off-Campus | Interview Question | Java Developer | Atul Patel
Oracle Interview Question - oracle difference between view and materialized view
Oracle PL SQL interview question difference between VARRAY NESTED TABLE ASSOCIATIVE ARRAY
OCI Interview Experience | Oracle Cloud Infrastructure Interview Questions | OCI Hiring Process
Mock interview for 4 years of experience Oracle DBA.
Oracle PL SQL interview question | Oracle View related question | add,drop columns in base table
Oracle PL SQL interview question | oracle constraint with DEFERRABLE NOVALIDATE option
Oracle Interview Question - Can we use OUT and INOUT parameter in function
Oracle ERP Interview Tips
Комментарии