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 command used to create a database using php and mysql?
How to show certain selected rows with the value "pcds".
How to create table with same structure of student table in mysql?
How do I start mysql server?
What is the default port for MySQL Server?
How many threads can mysql handle?
How many types of indexes are there in mysql?
How would you enter characters as hex numbers?
Write a query to select all teams that won either 1, 3, 5 or 7 games.
How many columns is too many mysql?
What is the query to display top 20 rows?
How to run a sql statement?
Why we use mysql workbench?
Where does mysql store data?
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