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 integrity constrains?

3 Answers  


i can create a view with two columns from emp table,, later i need to add one more emp column to existing view.. what is query similarly add one more column to existing primary key constraint.. please give me the solutions

4 Answers   CGI,


What is Java Pool in Oracle?

0 Answers   MCN Solutions,


How can we view last record added to a table?

0 Answers  


what is the bitmap index?

3 Answers  






Give the constructs of a package, function or a procedure.

0 Answers  


How to retrieve first and last records from a table?

7 Answers   DELL, QSmart,


Explain the use of analyse option in exp command.

0 Answers  


What is the data pump export utility?

0 Answers  


normally database take to refresh time 2 hours. but client asked iwant to refresh with in 5 min that same database. do you have any option in BO and Oracle? explain me briefly...kavi

0 Answers   iFlex,


What is partitioned table in Oracle?

0 Answers   MCN Solutions,


Can group functions be mixed with non-group selection fields?

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)