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 a stored procedure ?

Answer Posted / hr@tgksolutions.com

A stored procedure is a precompiled collection of SQL statements stored in the database. It improves performance and security by reducing query execution time.
Example:
CREATE PROCEDURE GetUsers()
AS
BEGIN
SELECT * FROM Users;
END;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a function in oracle pl sql?

1096


Explain polymorphism in pl/sql.

1171


what is “go” in t-sql? : Transact sql

1154


What is prepared statement in sql?

1098


Is pl sql and postgresql same?

1179


Which column of the user triggers data dictionary view displays the database event that will fire the trigger?

1068


How to avoid duplicate records in a query?

1048


what are the system privileges that are required by a schema owner (user) to create a trigger on a table?

1117


What is primary key in db?

1066


What is not in sql?

997


What is a table?

1057


What is sql query limit?

1015


What is flag in sql?

1097


Is microsoft sql free?

1138


What are the different types of tables in sql?

1062