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 is difference between group by and order by clause?

0 Answers  


What is mysql default port number?

0 Answers  


what is the main difference between myisam and innodb

2 Answers   Wipro,


How does mysql store dates?

0 Answers  


What is the data type for image?

0 Answers  






How is mysql database stored?

0 Answers  


How do I setup a mysql database?

0 Answers  


What is mysql connector used for?

0 Answers  


What is the purpose of using a heap table?

0 Answers  


how to delete duplicate rows in sql server 2005?

2 Answers   EWIT, Reliance,


How many concurrent queries can mysql handle?

0 Answers  


What is blob and text in mysql?

0 Answers  


Categories