how many triggers we can create on a table
Answer Posted / karthikeyan.v
You can create a maximum of 12 triggers on a table
3*2*2=12
insert/delete/update3
before/after2
row/statement-2
| Is This Answer Correct ? | 95 Yes | 13 No |
Post New Answer View All Answers
How to use "out" parameter properly?
What is the usage of merge statement?
What is parameterized cursor in oracle?
What privilege is needed for a user to create tables in oracle?
What are the most common interview questions on ETL Testing for experience?
How to call a stored function with parameters?
How to export your connection information to a file?
What operating systems are supported by oracle database 10g xe?
How do you increase the OS limitation for open files (LINUX and/or Solaris)?
What is a tns service name?
Where do we use decode and case statements?
What are the restrictions in a oracle read only transaction?
Can we create trigger on materialized view in oracle?
Does oracle database need java?
What is a sub query? What are its various types?