what is the difference difference between procedure and
packages

Answer Posted / kanchan kumari

procedure is named pl/sql block which is used by
programmer to perform any task these type of block exist in
database physically.

package is also named pl/sql block which is associated
with pl/sql variable, view, sub programs.
package can't be invoked
in other word we can say that package can contain more than
one procedure, function etc.but procedure can't

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does count (*) mean?

523


what is the syntax for using sql_variant_property? : Transact sql

531


Do we need to create index on primary key?

463


Explain exception handling in pl/sql?

530


how to create a new table in mysql? : Sql dba

546






What does 0 mean in sql?

526


explain the difference between bool, tinyint and bit. : Sql dba

520


how do you login to mysql using unix shell? : Sql dba

563


What are the query optimization techniques?

535


Can we join more than 2 tables in sql?

489


What is synchronized subquery?

595


How do I run a pl sql procedure in sql developer?

510


what is the difference between primary key and unique key? : Sql dba

526


What are sql procedures?

580


What is pl/sql table? Why is it used?

559