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

Why do we need mysql?

0 Answers  


How do I create a stored procedure in mysql?

0 Answers  


How can you plan the logshipping before processing?

0 Answers   ACC,


What are the other commands to know the structure of table using MySQL commands except explain command?

2 Answers   SigmaTree,


What is ddl, dml, and dcl?

0 Answers  






How do you rename a procedure in mysql?

0 Answers  


What is mvcc in mysql?

0 Answers  


What is difference between function and procedure in mysql?

0 Answers  


What is difference between microsoft sql and mysql?

0 Answers  


What's the latest version of mysql?

0 Answers  


What's new in mysql 8?

0 Answers  


What is data type for image in mysql?

0 Answers  


Categories