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 Trigger?

Answer Posted / kaushik chatterjee

A trigger is some what simillar to stored procedure. It is
written to perform a set of predefined actions when a
perticular database objecy such as tables,views are
DELETED,INSERTED,UPDATED.
Triggers are implicitly called and are NOT instactiated by
the user. Once written, it will be called automatically by
the DBMS engine when a UPDATE/DELETE/INSERT operation is
performed on the database object for which the trigger is
intended or written.
Triggers can be written for any one of the 3 operations
written above or all of them.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about merge replications?

1076


is there a column to which a default can't be bound? : Sql server database administration

1050


What is normalization according to you and explain its different levels?

994


How to rebuild indexes with alter index ... Rebuild?

1180


How does stuff differ from the replace function?

1064


What is scheduled job and how to create it?

1037


What is a covering index?

1040


What is indexing explain it with an example?

1067


How many ways to create table-valued functions?

1054


What are the new features are introduced in sql server 2012 reporting services?

160


Explain mixed authentication mode of sql server?

1115


Explain tablesample?

1037


We need to perform what steps in the following order to work with a cursor?

1273


Explain few examples of RDBMS?

1098


What is log in sql server?

1201