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 we can get the current date in mysql?

0 Answers  


What is the use of mysqli_query?

0 Answers  


Explain the difference between BOOL, TINYINT and BIT?

1 Answers  


Write a command to list all databases in mysql?

0 Answers  


What is the password of mysql?

0 Answers  


What is field in mysql?

0 Answers  


What are the functions of mysql?

0 Answers  


How to analyze tables with 'mysqlcheck'?

0 Answers  


How do I restore a mysql database dump file in linux?

0 Answers  


What are the steps involved in query processing?

0 Answers  


What is “i_am_a_dump” flag in mysql?

0 Answers  


Write a query to count the number of rows of a table in mysql.

0 Answers  


Categories