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
Write a command to view mysql database table structure?
What is meant by decimal (5,2)?
What is the data type for image?
How to upload a large file through phpmyadmin in mysql?
What is database engine in mysql?
What is difference between microsoft sql and mysql?
What is offset limit?
How to give user privilages for a db. Login as root. Switch to the mysql db. Grant privs. Update privs.
write a command to view the content of the table
What is mysql in dbms?
How to display odd rows in student table in mysql?
What is the command line end user interface - mysql?
Where does mysql store data?
How do I find the size of a mysql database?
Why do you think it is advised to not to use guid and character columns as clustered index arrays?