Maximum how many triggers can be updated in table ?

Answers were Sorted based on User's Feedback



Maximum how many triggers can be updated in table ?..

Answer / khushal

The oracle table can have the 12 Trigger associated with it.

-- before constraints are applied

1) BEFORE INSERT STATEMENT LEVEL
2) BEFORE INSERT ROW LEVEL
3) BEFORE UPDATE STATEMENT LEVEL
4) BEFORE UPDATE ROW LEVEL
5) BEFORE DELETE STATEMENT LEVEL
6) BEFORE DELETE ROW LEVEL


7) AFTER INSERT STATEMENT LEVEL
8) AFTER INSERT ROW LEVEL
9) AFTER UPDATE STATEMENT LEVEL
10) AFTER UPDATE ROW LEVEL
11) AFTER DELETE STATEMENT LEVEL
12) AFTER DELETE ROW LEVEL

Is This Answer Correct ?    15 Yes 2 No

Maximum how many triggers can be updated in table ?..

Answer / kavitha

12

Is This Answer Correct ?    13 Yes 4 No

Maximum how many triggers can be updated in table ?..

Answer / ora

System Privileges Related To Table Triggers
create trigger
create any trigger
administer database trigger
alter any trigger
drop any trigger

Table Trigger Firing Options
-- before constraints are applied
BEFORE INSERT
BEFORE UPDATE
BEFORE DELETE

-- after constraints are applied
AFTER INSERT
AFTER UPDATE
AFTER DELETE

Is This Answer Correct ?    5 Yes 2 No

Maximum how many triggers can be updated in table ?..

Answer / rohit

depend on the structure of tables

Is This Answer Correct ?    1 Yes 1 No

Maximum how many triggers can be updated in table ?..

Answer / guest

based on the table structure

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Oracle General Interview Questions

How are Indexes Update ?

1 Answers  


What is transport network substrate (tns) in oracle?

0 Answers  


what are pseudocolumns?

4 Answers  


How to unlock the sample user account in oracle?

0 Answers  


Please help me how to write a Query to change the primary key constraint from 1 attribute to another attribute in a table

3 Answers  






How to call a stored procedure inside a trigger? Give an example.

1 Answers   Exilant,


How to run create database statement?

0 Answers  


What is Partitions in Table ?

2 Answers   Atiric Software,


what are corelated subqueries

1 Answers   Global Infotech,


Difference between an implicit & an explicit cursor.?

2 Answers  


what is null value?

9 Answers  


How to find the duplicate rows count from employees table in oracle?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)