what is the difference between stored procedure and packaged
procedure
Answer / 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 |
how to shutdown mysql server? : Sql dba
What is sql indexing?
What is the primary use of normalization?
Lookups are a key component in sql server integration services (ssis). Explain its purpose?
What is a data manipulation language?
how to load data files into tables with 'mysqlimport'? : Sql dba
why sql is used as interpreter frequently rather than a compile?
What is NOCOPY?
I have a table .in the table 100 recored is there .we have get the single row with out using clause..
What is nosql vs sql?
how would you get the current date in mysql? : Sql dba
Is pl sql a programming language?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)