Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how many triggers we can create on a table

Answers were Sorted based on User's Feedback



how many triggers we can create on a table..

Answer / 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

how many triggers we can create on a table..

Answer / karthik

Hi Aurobinda and Karthikeyan,
see all says the same answer which is NOT right.u can hv
many number of triggers ina table but the COMBINATIONS U
CAN MAKE can be 12 only(karthikeyan ur partly rit)
ex: i can hv before insert on each row trigger 5 times ina
table it means this itself its a 5 trigger but the
combination can be 12 only.

Is This Answer Correct ?    57 Yes 3 No

how many triggers we can create on a table..

Answer / damodar

12 is the correct answer.

Is This Answer Correct ?    16 Yes 7 No

how many triggers we can create on a table..

Answer / ash

Limited by resources.
12 types as above. each type is limited by resources.

Is This Answer Correct ?    16 Yes 11 No

how many triggers we can create on a table..

Answer / krishna shekhar

we can create 12 triggers on table.

Is This Answer Correct ?    10 Yes 7 No

how many triggers we can create on a table..

Answer / sumedh tayade

Maximum 12 Trigger can be applied on a single table.

Is This Answer Correct ?    4 Yes 2 No

how many triggers we can create on a table..

Answer / krishna

12 triggers

Is This Answer Correct ?    8 Yes 8 No

how many triggers we can create on a table..

Answer / samir

You can have 1 each INSTEAD OF trigger for INSERT, UPDATE,
and DELETE.

You can have as many AFTER triggers as you want up to the
limit of the total maximum number of SQL Server objects.

Within AFTER triggers, you can have only 1 FIRST and 1 LAST
trigger for INSERT, UPDATE, and DELETE.

This information is available in Books Online
under "Triggers".

Is This Answer Correct ?    5 Yes 6 No

how many triggers we can create on a table..

Answer / mohit74

acc. to me only 12 trigger combination is there but we can
have more then 12 triggers on table

and the ppl talking abt instead of trigger----guys instead
of trigger is for view not for table so dont get confused.

Is This Answer Correct ?    7 Yes 8 No

how many triggers we can create on a table..

Answer / irene

255

Is This Answer Correct ?    9 Yes 18 No

Post New Answer

More Oracle General Interview Questions

Youre getting high busy buffer waits - how can you find whats causing it?

1 Answers  


Explain the dml?

0 Answers  


how can get like this result table A col1 col2 --- ----- a A b B C C .. .. .. ... .. ... wants result like for a single column col1 ------ a,b,c,........n of data and another is col1 ------- A B C D ........ a b b d ........

2 Answers   TCS,


Please HELP me its urgent? If i want to EXPORT data from SQL server to ORACLE 11g then how can I replicate data from SQL to ORACLE?

3 Answers  


How to invoke the original export import utilities?

0 Answers  


I am using an Oracle 8i Database my data contains Clob data. I am using toad version 7.6 i am able to get the data in toad but unable to extract the data in excel.when trying to extract the data into the excel the toad error says out of memory. Can any body please help me to extract the data through the same toad version. Thanks in advance

0 Answers   Cisco,


What are Clusters ?

5 Answers   Amdocs, Infosys,


How to omit columns with default values in insert statement in oracle?

0 Answers  


Why we choose emp number as primarykey?

4 Answers  


create or replace procedure show_tab_rec ( P_tab VARCHAR2 ) IS cmd varchar2(50); begin cmd := 'select * from '|| P_tab; for int in ( execute immediate cmd ) loop dbms_output.put_line ( int.ename||' '||int.deptno); end loop; end; when i m compling this procedure i m getting this error PLS-00103: Encountered the symbol "IMMEDIATE" when expecting one of the following: . ( ) , * @ % & | = - + < / > at in is mod remainder not range rem => .. <an exponent (**)> <> or != or ~= >= <= <> and or like LIKE2_ LIKE4_ LIKEC_ between || multiset member SUBMULTISET_ PLZ solve this error give this question answer asap Thanks advance.......

1 Answers   HCL,


How to update values on multiple rows in oracle?

0 Answers  


What is the difference between Sleep and Wait? (Java)

1 Answers   RBS,


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