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


about triggers?

Answers were Sorted based on User's Feedback



about triggers?..

Answer / anuj

Triggers are special type of procedure which execute based
on events like insert a new row into table or delete or
update the table.

Is This Answer Correct ?    11 Yes 1 No

about triggers?..

Answer / balaji karpurapu

Trigger is a special kind of stored procedures,
Triggers are executed at the time of even takes
INSERT,UPDATE,DELETE actions.
1)Triggers are executed by attaching with table or view
2)Triggers are not stand alone executable

Triggers are classified into three types
1)DML Triggers
2)DDL Triggers
3)CLR Triggers

Syntax:

CREATE TRIGGER TRIGGER_NAME
ON TABLE/VIEW NAME
AFTER/INSTEAD OF
AS
BEGIN
---------
END

Is This Answer Correct ?    5 Yes 0 No

about triggers?..

Answer / guest

Trigger is special kind of stored proceser

Is This Answer Correct ?    4 Yes 2 No

about triggers?..

Answer / raj

this special kind of stored procedure,this is triggered
while insert, delete,update

Is This Answer Correct ?    1 Yes 1 No

about triggers?..

Answer / riju

Triggers are like auto executable store procedures.Triggers
can be execute before or after any DDL or DML statements.

Is This Answer Correct ?    0 Yes 0 No

about triggers?..

Answer / arun kumar

trigger is proggramed procedures
with the help of trigger we can insert, delte, update data
from two tables

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Dot Net Framework Interview Questions

What is a razor file?

0 Answers  


What are Non Action methods in ASP.Net MVC?

0 Answers  


Explain unit test done by tester on development team?

0 Answers  


What is the greatest advantage of using asp.net mvc over asp.net webforms?

0 Answers  


What is serialization in .NET? What are the ways to control serialization?

2 Answers  


What is main objective of asp.net mvc 4 or what is new in mvc4 ?

0 Answers  


How does work clr?

0 Answers  


If u have an Empty Xml file and u have to bind dataset data to empty xml file? if u have an empty dataset u have to bind xml file data to it?

0 Answers  


what is use of entity container?

0 Answers   Microsoft,


Hello frnds, Actually i am plannig to put fake Xperince letter is it good or not, and please suggest me from where we take it.

1 Answers  


What are Action Filters in ASP.NET MVC and its use?

0 Answers  


Speaking of Boolean data types, what's different between C# and C/C++ ?

1 Answers  


Categories