A table t is there.If you perform insert
,update and delete then the trigger will fire.What is
the minimum no of trigger required for a table.
Answer Posted / basavan
You can get it by using one trigger
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
A table t is there.If you perform insert ,update and delete then the trigger will fire.What is the minimum no of trigger required for a table.
How do I connect to oracle?
How to experiment a data lock in oracle?
How to create a single index for multiple columns?
How to save query output to a local file?
Explain oracle 12c new features for developers?
How to delete an existing row from a table in oracle?
Select all the employees who were hired in last 2 years and who works in dept where max managers are working.
How do I recompile a procedure in oracle?
How to define an oracle sub procedure?
When do you get a .pll extension in oracle? Explain its importance
Give the various exception types.
Explain the characteristics of oracle dba?
What is the difference between count (*), count (expression), count (distinct expression)?
How many types of database triggers exist?