about triggers?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / raj
this special kind of stored procedure,this is triggered
while insert, delete,update
| Is This Answer Correct ? | 1 Yes | 1 No |
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 |
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 |
WHICH IS MORE SECURED AMONG JAVA AND .NET?
What is the purpose of a web form?
I have interview in accenture.I cleared 1st round in techniqual.I have interview with project lead.pls help me.
what is entity graph in entity framework?
what are abstract classes? what is overriding?
What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?
How the ‘page lifecycle’ of ASP.Net MVC does works?
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?
Which is the institute which also caters to your personal development other than subject.
Mention the core components of .net framework?
What is difference between razor and web form engine?
what is dot net? what is use dot net? what is benifit of dot net?what is vb dot net? what is ado dot net? what is c#?