adspace
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