What is MySQL Stored Procedure?
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 |
What is the difference between MyISAM Static and MyISAM Dynamic?
How to connect html form to mysql database using php?
What is mysql sleep process?
List data types in mysql? Explain
What is tee command in mysql?
How to insert html code into mysql database using php?
Is mysql still relevant?
How can a user get the current SQL version?
What are the functions used to encrypt and decrypt the data present in mysql?
Is mysql relational database?
what is collation? how many types of installations in sql server?
What is the difference between mysql_connect() and mysql_pconnect()?