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 the advantage of stored procedures, triggers and
indexing in mysql

Answer Posted / lijo

SP's Stored procedures in simple words is a complied SQL
stt. where there is no need for compiling it again on
successive calls.

Trigger is mechanism to handle insert/update.., like
operation happening in database.

Index are used for searching where searching a indexed data
takes less time while comparing with un-indexed.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is mysql common?

955


How do I rename a mysql database?

1004


Is mysql an oracle product?

893


How do I restore a mysql database dump file in linux?

1030


What is required to create mysql database?

1032


What port is mysql running on?

979


What is the maximum number of records in mysql table?

975


What is not null in mysql?

1037


What is ibdata1?

966


How to copy data from one server to another using php?

1111


How to enter boolean values in sql statements?

1175


In mysql, what is the default storage engine?

1062


What is the data source name for mysql?

999


how to get only updated, deleted , inserted records after certain interval time in mysql with out using triggers...

2281


what is the difference between between and in operators in mysql?

1076