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 stored procedure and trigger?

Answer Posted / sandeep

First of all both are precompiled sql statements stored at
database server.

1. Stored procedures can return values to the caller
whereas triggers cant.

2. we cant call a trigger directly becos it is called by
the database server on an event(automatically raised on
insert,update,delete statements).

3. triggers can access datas from outside world(outside of
the Database).

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is 1nf 2nf?

1058


What is user-defined multi-statement table-valued function?

1120


How to rebuild all indexes on a single table?

1106


How can I tell if sql server is 32 or 64 bit?

1010


What is after dml trigger?

1061


I create a separate index on each column of a table. What are the advantages and disadvantages of this approach? : Sql server database administration

1133


What is the difference between web edition and business edition?

113


Describe in brief authentication modes in sql server.

1086


What are triggers? How do you invoke a trigger on demand?

1364


What is the difference between a view and a stored procedure?

1088


Mention the differences between sql server and mysql.

1078


How to test odbc dsn connection settings?

1082


What is the current pricing model of SQL Azure?

104


how to invoke a trigger on demand? : Sql server database administration

1140


What's the information that can be stored inside a bit column?

1067