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...


What are the types of triggers ?

Answers were Sorted based on User's Feedback



What are the types of triggers ?..

Answer / mani

2 types
1. instead of trigger
2.After trigger

Is This Answer Correct ?    3 Yes 2 No

What are the types of triggers ?..

Answer / krish

triggers of 4 types
1.row & statement triggers
2.before & after triggers
3.instead of triggers
4.trigger on system event & user event

Is This Answer Correct ?    1 Yes 0 No

What are the types of triggers ?..

Answer / banu

INSTEAD OF triggers
AFTER triggers
CLR triggers

Is This Answer Correct ?    1 Yes 0 No

What are the types of triggers ?..

Answer / vijay

12 types of trigger

SATEMENT LEVEL TRIGGER
1.before insert
2.before update
3.before delete
4.after insert
5.after update
6.after delete

ROW LEVEL TRIGGER
7.before insert
8.before update
9.before delete
10.after insert
11.after update
12.after delete

Is This Answer Correct ?    1 Yes 0 No

What are the types of triggers ?..

Answer / ismail

Trigger are 3 types.

1. DML trigger
2. Instead-of trigger
3. System trigger

Is This Answer Correct ?    1 Yes 1 No

What are the types of triggers ?..

Answer / shobh raj

there are mainly five types of triggers
1 DDL trigger
2 DML trigger
3 instead of trigger
4 system event
5 user event

Is This Answer Correct ?    0 Yes 0 No

What are the types of triggers ?..

Answer / manoj kumar jena

Triggers are broadly 5types in datadase.
1.Row level trigger
2.Statement level Trigger
3.Before trigger
4.After Trigger
5.Instead Trigger

Is This Answer Correct ?    0 Yes 0 No

What are the types of triggers ?..

Answer / pranee

four types of triggers generally
row level triggers
statement level triggers
after triggers
before triggers

Is This Answer Correct ?    0 Yes 0 No

What are the types of triggers ?..

Answer / nitin

There is
1)DML trigger: with before/after,for each row/for statement,and for 3 types of DML operation.
2)Instead of trigger.
3)Database level trigger: Triggers on DDL statement.
4)System level trigger.

Is This Answer Correct ?    0 Yes 0 No

What are the types of triggers ?..

Answer / chakri

row and statement trigger
before and ofter trigger
instead off trigger
system event and user event trigger

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More SQL PLSQL Interview Questions

how can we encrypt and decrypt a data present in a mysql table using mysql? : Sql dba

0 Answers  


how do you login to mysql using unix shell? : Sql dba

0 Answers  


Is hadoop a nosql?

0 Answers  


What is the Difference between Procedure and Function.Can we call a Function in a DML?

2 Answers   TCS,


How to display the contents of a current record fetched in a reference cursor?

2 Answers  


how can create data base link for tow servers (scott schema) give examples plz

2 Answers  


How do you copy a table in sql?

0 Answers  


Is it possible for a table to have more than one foreign key?

0 Answers  


How to avoid duplicate records in a query?

0 Answers  


How we get all_group_function's(Sum,avg,count,max and min_value of a column(Sal) Using pl/sql anonymous block, with out using group function's. You shouldn't use more than one select statement in entire the program. Like cursor c is select * from <table_name>; except this you can't use another select statement. You can use no of variables as per requirement.

1 Answers  


How can you maintain the integrity of your database on instances where deleting an element in a table result in the deletion of the element(s) within another table?

0 Answers  


What can you do with pl sql?

0 Answers  


Categories