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 the difference between stored procedure and packaged
procedure

Answer Posted / sanjeev verma

A Storeprocedure is a Set of transactionl SQL statements
which will do some operation. Storedprocedure is
precomplied . When we use sp's in our application it will
reduce network traffic because we need to just call the sp
from our appliaction by using the name of the sp and the
parameters, and no need of writing queries in the code.

A package is a collection of storedprocedures. A package
should have a declaration part and a body part. The
declaration part is used to declarte the stored procedures
and the body part is used to implement the storedprocedures.

Is This Answer Correct ?    9 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a left inner join?

1069


How do you rank data in sql?

1069


Is time a data type in sql?

963


Can we use delete in merge statement?

1100


How to look at the current sql*plus system settings?

1215


Is nosql faster than sql?

1074


what are the drivers in mysql? : Sql dba

1060


What is Collation Sensitivity ? What are the various type ?

1001


Can we create table inside stored procedure?

1014


What are literals in sql server?

1259


How is sql used in oracle?

1037


Is sql microsoft?

1107


How to avoid duplicate records in a query?

1054


What is plpgsql language?

1142


What is the difference between a subquery and a join?

1173