What is MySQL Stored Procedure?



What is MySQL Stored Procedure?..

Answer / hrindows@gmail.com

A procedure (often called a stored procedure) is a collection of pre-compiled SQL statements stored inside the database. It is a subroutine or a subprogram in the regular computing language.
A procedure always contains a name, parameter lists, and SQL statements.
We can invoke the procedures by using triggers, other procedures and applications such as Java,Python,PHP etc. It was first introduced in MySQL version 5. Now almost, it can be supported by almost all relational database systems.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

How do you use auto increment?

0 Answers  


What does mysql_fetch_assoc do?

0 Answers  


What is striped backup

0 Answers   Cap Gemini,


What is ndb in mysql?

0 Answers  


Is sql similar to mysql?

0 Answers  


What are the indexes in mysql?

0 Answers  


Does mysql use sql?

0 Answers  


How do stored procedures work?

0 Answers  


What are the difference between now and current_date in mysql?

1 Answers  


How to represent ENUMs and SETs internally?

0 Answers  


How do I create a stored procedure in mysql?

0 Answers  


What is definer in mysql?

0 Answers  


Categories