What are procedures in mysql? Explain



What are procedures in mysql? Explain..

Answer / 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

More MySQL Interview Questions

What is full text indexing in mysql?

1 Answers  


What is the limit of mysql database?

1 Answers  


What is the use of mysqli_query?

1 Answers  


Explain MySQL optimization?

1 Answers  


What are procedures in mysql? Explain

1 Answers  


what is a cursor? : Mysql dba

1 Answers  


What is mysql57?

1 Answers  


How to add a new column to an existing table in mysql?

1 Answers  


How do you stop an access query?

1 Answers  


What is the use of mysqli_connect in php?

1 Answers  


How to write after insert event update trigger on the same table in mysql?

1 Answers  


What?s the default port for MySQL Server?

4 Answers   Yahoo,


Categories