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 is a trigger?

Answers were Sorted based on User's Feedback



What is a trigger?..

Answer / guest

Triggers are basically used to implement business rules.
Triggers is also similar to stored procedures. The
difference is that it can be activated when data is added or
edited or deleted from a table in a database.

Is This Answer Correct ?    7 Yes 0 No

What is a trigger?..

Answer / hari

Trigger is a special kind of storedprocedure automatically
executed when DML Operations done.

Is This Answer Correct ?    7 Yes 0 No

What is a trigger?..

Answer / kumar

In simpler words, triggers act BEHIND-THE-SCENE once they
are created.They are extremely powerful feature of SQL
Server but not exploited fully to the extent they could be..

Is This Answer Correct ?    2 Yes 1 No

What is a trigger?..

Answer / mukesh kumar srivastava

A trigger is a special kind of stored procedure that responds to specific events. There are two kinds of
triggers: Data Definition Language (DDL) Triggers and Data Manipulation Language (DML) Triggers.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What are explicit and implicit transactions?

4 Answers   BirlaSoft,


What is SCOPE_IDENTITY() in sql

4 Answers   Cap Gemini,


What is right outer join in sql server joins?

0 Answers  


What is difference between stored procedure and user defined function?

0 Answers  


What is the downside of using udf?

0 Answers  


What is single-user mode and what are the steps you should follow to start sql server in single-user mode?

0 Answers  


Explain rdbms?

0 Answers  


What is difference between line feed ( ) and carriage return ( )?

0 Answers  


How to use subqueries with the exists operators in ms sql server?

0 Answers  


diffrence between function and procedure

5 Answers   Wipro,


why SQL server is more used to store database rather than Access

2 Answers  


Explain linked server in sql?

0 Answers  


Categories