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
Is mysql distributed?
What is RMS Migrations
What are the 5 r's of managing behaviors?
How to copy data from one server to another using php?
What is schema in mysql?
How is data stored in mysql?
How do I connect to a database in mysql workbench?
How does mysql encrypt passwords?
How do you rename a table?
using primary can we relate two table, with out foreign key?
Is mysql free download?
Explain the storage engines in mysql?
What are the types of index?
table a has records 1,1,1,1 table b has records 1,1,1,1,1,1 what would be out if perform join for all cases
What are procedures in mysql?