Tell me about Triggers?

Answers were Sorted based on User's Feedback



Tell me about Triggers?..

Answer / pradeep

Triggers in DB are analogus to the triggers in hand
grenades.
It are reffered a stored procedure call that initiates its
action on any event occures such as insert, update or
delete query.

Is This Answer Correct ?    6 Yes 0 No

Tell me about Triggers?..

Answer / shalini

trigger is a block of code that constitutes a set of T-sql
statements activated to response in certain action.

Is This Answer Correct ?    2 Yes 0 No

Tell me about Triggers?..

Answer / praveen ch

trigger is nothing but a logic, this logic like a stored
procedure and which is uesd to represented as before
updation of table or after updation of the table

thank u

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is meant by indexing files?

0 Answers  


Explain what are various ways to enhance the ssrs report?

0 Answers  


What is the query optimization statistics?

1 Answers  


What is excution Plan in sql server

1 Answers   CarrizalSoft Technologies, TCS,


What is your recommendation for a query running very slow? : sql server database administration

0 Answers  






How many types of functions are there in sql server?

0 Answers  


What is the native system stored procedure to execute a command against all databases?

0 Answers  


Is mysql better than sql server?

0 Answers  


What is the maximun sixes of .mdf in sql server 2005

1 Answers  


Advantages and disadvantages of stored procedures.

2 Answers   HCL,


What are the advantages of user-defined functions over stored procedures in sql server?

0 Answers  


What is Outter Join?

1 Answers  


Categories