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

Answer:
Insert/Update/Delete :- 3
Before/After:- 2
Row Level/Statement Level:-2
Hence 3*2*2
Before/After:- 2
Row Level/Statement Level:-2
Hence 3*2*2
Previous Question | Next Question |
Explain What is meant by SORTING and GROUPING? | How to use SQL to build SQL, what is this called and give an example? |