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 features of Stored Procedures in MYSQL?



What are the features of Stored Procedures in MYSQL?..

Answer / hrindows@gmail.com

 Stored Procedure increases the performance of the applications. Once stored procedures are created, they are compiled and stored in the database.
 Stored procedure reduces the traffic between application and database server. Because the application has to send only the stored procedure's name and parameters instead of sending multiple SQL statements.






 Stored procedures are reusable and transparent to any applications.
 A procedure is always secure. The database administrator can grant permissions to applications that access stored procedures in the database without giving any permission on the database tables.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What are the different data types in mysql?

0 Answers  


How to increment dates by 1 in mysql?

0 Answers  


How do I find mysql location?

0 Answers  


What are the differences between char and varchar?

0 Answers  


Is mysqli faster than mysql?

0 Answers  


What is the difference between unix timestamps and mysql timestamps?

0 Answers  


What do you mean by % and _ in the LIKE statement?

0 Answers  


What is mysql connector used for?

0 Answers  


What do you understand by mysql terminal?

0 Answers  


Does mysql support nosql?

0 Answers  


What is “i_am_a_dump” flag in mysql?

0 Answers  


What is database clustering in mysql?

0 Answers  


Categories