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 / basanti jena
You can get it by using 1 trigger but maximum 12 trigger
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do I know if oracle is installed on windows?
What is tns service name?
How to run create database statement?
What is hash cluster in oracle?
11. Display the client number and name and the client number and name of the person who referred that client.
How to assign values to variables?
List the various oracle database objects?
How to define an explicit cursor in oracle?
What are the various types of snapshots ?
What is raw datatype?
How to drop an existing table in oracle?
How to set up autotrace for a user account?
What are the parameters that we can pass through a stored procedure?
What is the best way to do multi-row insert in oracle?
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.