Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is MySQL Stored Procedure?

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


Please Help Members By Posting Answers For Below Questions

How to Set a root password if there is on root password.

1020


Can we rename database in mysql?

892


How to create a test table in your mysql server?

976


What are slow queries?

847


What is row locking in mysql?

910


If we use sum function in mysql, does it return sum of that row or for that column?

933


What is mysql default port number?

964


How you can create a trigger in mysql?

942


How do we use % when performing a search query?

863


Can mysql handle big data?

898


How do I add a column to a table in mysql?

849


What is clob in mysql

888


How do I change a procedure in mysql?

938


Create table employee (eno int(2),ename varchar(10)) ?

947


What is difference between oracle and mysql?

887