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 do I rename a mysql database?
What is mysql community edition?
How do I clear the screen in mysql?
How to store binary data in mysql?
How to do login in mysql with unix shell.
How do you determine the location of mysql data directory?
What does mysqli stand for?
Write a query to display even rows in student table using mysql?
What is a deterministic function?
What are the disadvantages of stored procedures?
Is oracle mysql free?
What is ibdata1?
How do I know if mysql is installed on windows?
can you tell the order of sql select statement? : Mysql dba
Which is better mysql or mssql?