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

what is shell?

2 Answers   Microsoft,


which statement is running fastly ie insert or delete?

13 Answers   Oracle,


what r routers?

1 Answers  


What is the difference between sharding and partitioning?

0 Answers  


How to update values in a table in oracle?

0 Answers  


Where are the settings stored for each instance in oracle?

0 Answers  


what is kernel?

2 Answers   Microsoft,


What is a Tablespace?

5 Answers  


what is null value?

9 Answers  


How to rename an existing table?

0 Answers  


Explain the statement?? ALTER TABLE TABLE_NAME MOVE; What it the use of above statement??

1 Answers   BirlaSoft,


What is the difference between a vector and an Array? (Java)

3 Answers   RBS,


Categories
  • Oracle General Interview Questions Oracle General (1808)
  • 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)