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 are the advantages of stored procedures, triggers,
indexes?

Answer Posted / jeyakumar

stored procedure:
Stored procedure is a collection of sql statements.It is precompiled one so execution time is fast.Single name we can create procedure for insert,delete,update.
Triggers:

Mainly used for implementing business rules.It execute automatically when the particular event is fired. For example maximum record 100 if anybody try to insert after 100 then delete first come record(first come first out).

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to Change a users password from MySQL prompt. Login as root. Set the password. Update privs.

1179


What are the common mysql functions?

1001


How to get the number of rows selected or affected by a sql statement?

973


Is mysql workbench a dbms?

1056


How to Change a users password from unix shell.

1177


How many mysql connections can handle?

949


Is primary key auto increment?

987


How to use triggers to track changes in mysql?

922


How can you take the backup and restore a mysql database using php?

1009


How many sql dml commands are supported by 'mysql'?

1028


What is difference between mongodb and mysql?

973


How many rows can mysql handle?

991


What is pdo mysql?

982


How to change the database engine in mysql?

1068


How to increment dates by 1 in mysql?

1082