What are the features of Stored Procedures in MYSQL?
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 |
What is database migration in mysql?
What is pragma exception?
suppose server is running Suddenly down . what can you do? but i want do not down the server?
How can we find out which auto increment was assigned on Last insert?
How do I change directories in mysql?
What is the storage engine used for MySQL?
What is the default port for MySQL Server?
How do I set user privileges in mysql?
What is use of mysql?
How do you create a schema?
What is unique key in mysql?
In how many ways we can retrieve the data in the result set of MySQL using PHP? What is the difference between mysql_fetch_object and mysql_fetch_array ?