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

How many data types are supported?

0 Answers  


How to write a query with a full outer join in oracle?

1 Answers  


hey friends, What are the steps I can do to transfer the database from Microsoft Access 2003 to oracle10g (or SQL) Best regards

0 Answers  


What do you understand by database schema and what does it hold?

0 Answers  


What is a Redo Log ?

3 Answers  


What are virtual columns?

2 Answers   TCS,


What does `(+)` do in a where clause?

1 Answers  


What is bind variable in oracle 11g?

0 Answers  


What is an Index Segment ?

2 Answers  


Create table Employee ( Employee_Id varchar2(8) Constraint emp_id_pk primary key, FirstName varchar2(50), LastName varchar2(50), DeptID Number(5) Constraint dept_id_fk Foreign Key(DeptId) References Department(DeptId) ) Error I am getting: Constraint specification are not allowed here

2 Answers  


How to fetch the row which has the max value for a column?

0 Answers  


What does ROLLBACK do ?

1 Answers  


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