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
How to Set a root password if there is on root password.
Can we rename database in mysql?
How to create a test table in your mysql server?
What are slow queries?
What is row locking in mysql?
If we use sum function in mysql, does it return sum of that row or for that column?
What is mysql default port number?
How you can create a trigger in mysql?
How do we use % when performing a search query?
Can mysql handle big data?
How do I add a column to a table in mysql?
What is clob in mysql
How do I change a procedure in mysql?
Create table employee (eno int(2),ename varchar(10)) ?
What is difference between oracle and mysql?