|
INTERVIEW QUESTIONS
DATABASE
PL/SQL
DETAILS
Question: What are the types of triggers?
Answer: There are 12 types of triggers in PL/SQL that consist of combinations of the BEFORE, AFTER, ROW, TABLE, INSERT, UPDATE, DELETE and ALL key words: BEFORE ALL ROW INSERT AFTER ALL ROW INSERT BEFORE INSERT AFTER INSERT etc.
|
|
|
Category |
PL/SQL Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 6772 users |
Added on |
9/25/2014 |
Views |
65514 |
Rate it! |
|
|
Question:
What are the types of triggers?
Answer:
There are 12 types of triggers in PL/SQL that consist of combinations of the BEFORE, AFTER, ROW, TABLE, INSERT, UPDATE, DELETE and ALL key words: BEFORE ALL ROW INSERT AFTER ALL ROW INSERT BEFORE INSERT AFTER INSERT etc. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
How can you generate debugging output from PL/SQL?
|
View Answer
|
|
How can you find within a PL/SQL block, if a cursor is open?
|
View Answer
|
|
What are SQLCODE and SQLERRM and why are they important for PL/SQL developers?
|
View Answer
|
|
In what order should a open/fetch/loop set of commands in a PL/SQL block be implemented if you use the %NOTFOUND cursor variable in the exit when statement? Why?
|
View Answer
|
|
When is a declare statement needed ?
|
View Answer
|
|
Describe the use of PL/SQL tables
|
View Answer
|
|
What packages (if any) has Oracle provided for use by developers?
|
View Answer
|
|
Describe the use of %ROWTYPE and %TYPE in PL/SQL
|
View Answer
|
|
What is a mutating table error and how can you get around it?
|
View Answer
|
|
PL/SQL offers which collection types?
|
View Answer
|
|
What is difference between % ROWTYPE and TYPE RECORD ?
|
View Answer
|
|
what is the difference between an explicit cursor and select into statement?
|
View Answer
|
|
Why PL/SQL does not support retriving multiple records?
|
View Answer
|
|
What are the types of triggers?
|
View Answer
|
|
How can you generate debugging output from PL/SQL?
|
View Answer
|
|
How can you find within a PL/SQL block, if a cursor is open?
|
View Answer
|
|
What are SQLCODE and SQLERRM and why are they important for PL/SQL developers?
|
View Answer
|
|
In what order should a open/fetch/loop set of commands in a PL/SQL block be implemented if you use the NOTFOUND cursor variable in the exit when statement? Why?
|
View Answer
|
|
What is a mutating table error and how can you get around it?
|
View Answer
|
|
Describe the difference between a procedure, function and anonymous pl/sql block.
|
View Answer
|