What are the features of Stored Procedures in MYSQL?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the current root password of mysql?

480


What is 1nf 2nf 3nf?

493


How to shut down the server with 'mysqladmin'?

535


What's the difference between mysql and sql server?

465


What is the usage of regular expressions in mysql?

484






How we can get distinct columns values in mysql?

592


Is postgresql better than mysql?

503


How is mysql database stored?

527


How do I clear a mysql database?

505


Is mysql same as sql?

474


How to insert html code into mysql database using php?

525


How to create a new view in mysql?

523


How do I edit a database in mysql workbench?

477


What is sql vs mysql?

514


How do I change global variables in mysql?

465