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 are views in mysql?
How to check if value already exists in mysql database in php?
write a command to view the content of the table
What is 1nf 2nf 3nf?
How to change the database engine in mysql?
What is the function of mysqldump?
Is mongodb faster than mysql?
What is difference between Sql server and MySql database? It may be silly question but i really dont know.
Explain triggers and stored procedures?
How can I insert images into a Mysql database?
How to rename an existing column in a table?
How we can get distinct columns values in mysql?
What is the use of procedure in mysql?
Is mysql a database?
Is mysql is a programming language?