Answer Posted / 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 View All Answers
What is the default port for MySQL Server?
How many rows can mysql handle?
How big is a blob mysql?
Can we store videos in mysql database?
Can you tell few best practices to be followed for optimization in sql?
Is sql similar to mysql?
How do you say mysql?
What is the data type for file in mysql?
How we can get the current date in mysql?
Is blocked because of many connection errors mysql?
How would concatenate strings in mysql?
Where is mysql data stored linux?
What is pdo in php mysql?
How to install mysql?
How large can a mysql table be?