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 stored procedure in SQL..??

Answers were Sorted based on User's Feedback



What is stored procedure in SQL..??..

Answer / ramesh babu kollu

In a database management system (DBMS), a stored procedure
is a set of Structured Query Language (SQL) statements with
an assigned name that's stored in the database in compiled
form so that it can be shared by a number of programs. The
use of stored procedures can be helpful in controlling
access to data (end-users may enter or change data but do
not write procedures), preserving data integrity
(information is entered in a consistent manner), and
improving productivity (statements in a stored procedure
only need to be written one time).

Is This Answer Correct ?    9 Yes 0 No

What is stored procedure in SQL..??..

Answer / rajeshbargode

Stored procedure is set of SQL statements

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What are unicode character string data types in ms sql server?

0 Answers  


What does Master database contains?

0 Answers   Abacus,


what's the difference between a primary key and a unique key? : Sql server database administration

0 Answers  


What is the purpose of the master database?

0 Answers  


What is system stored procedures?

0 Answers  


What is mscorsvw.exe - process - microsoft .net framework ngen?

0 Answers  


How do you make a trace?

0 Answers  


How can change procedure in sql server?

0 Answers  


How to drop an existing schema in ms sql server?

0 Answers  


How do I find the size of a sql server database?

0 Answers  


How to locate and take substrings with charindex() and substring() functions?

0 Answers  


What is difference between order by and group by?

0 Answers  


Categories