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

How do I truncate all tables in mysql?

0 Answers  


How do I restart mysql on windows?

0 Answers  


How do I find the size of a mysql database?

0 Answers  


Explain % and _ inside like statement?

0 Answers  


How do I edit a table in mysql workbench?

0 Answers  






What are procedures in mysql?

0 Answers  


How to show certain selected rows with the value "pcds".

0 Answers  


How MySQL Optimizes DISTINCT?

0 Answers  


What is the difference between char and varchar data types?

6 Answers  


How do I change mysql password?

0 Answers  


How to set mysql variable in php?

0 Answers  


Is mysql is a programming language?

0 Answers  


Categories