SQL Plus Question:

Explain What is the maximum number of triggers, can apply to a single table?

SQL Plus Interview Question
SQL Plus Interview Question

Answer:

Insert/Update/Delete :- 3
Before/After:- 2
Row Level/Statement Level:-2

Hence 3*2*2


Previous QuestionNext Question
Explain What is meant by SORTING and GROUPING?How to use SQL to build SQL, what is this called and give an example?