adspace


What are procedures in mysql? Explain

Answer Posted / Rahul Kumar Shivhare

Procedures in MySQL are compiled SQL code that you can save, so it can be reused multiple times. Procedures are used to encapsulate a series of related SQL statements, making them easier to execute and manage. They can also accept input parameters and return output values. In MySQL, procedures are created using the CREATE PROCEDURE statement.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to Change a users password from unix shell.

1222


What is current version of mysql?

1083


Which statement is used in a select query for partial matching?

1247


What is the current mysql version?

1103