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 / uday

Sp is nothing but Group of T-Sql Statments compiled into a
single execution plan.

Sy: create procedure Pname

{@parameter1 datatype,@parameter2.........)
as

SQL Statments

end

Plz let me know if i am wrong
uday_testing@yahoo.co.in

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 trigger in pl sql?

1045


What is sql basics?

1079


Explain the difference between 'between' & 'and' operators in sql

1040


How to select the Nth maximum salary from Table Emp in Oracle SQL Plus ?

1146


How can use stored procedures in sql?

1188


What is the order of sql select?

1085


How do I start sql profiler?

1046


Is coalesce faster than isnull?

1011


what are the different type of normalization? : Sql dba

1064


How do I truncate a sql log file?

1128


Suppose a student column has two columns, name and marks. How to get name and marks of the top three students.

1078


What is user in sql?

1072


Does sql use python?

1091


What does inner join mean?

1258


Are dml statements autocommit?

1092