adspace
What are the two different parts of the pl/sql packages?
Answer Posted / Gajendra Palsingh
The two different parts of a PL/SQL package are the specification (spec) and body. The specification defines the interface, which includes the name of the package, the functions and procedures it contains, and the types used within them. The body contains the implementation details.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are all the common sql function? : Sql dba
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
Do we need to rebuild index after truncate?
What is your daily office routine?
define sql insert statement ? : Sql dba
what is collation? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba
what is dbms? : Sql dba
What is the current version of postgresql?
What is the current version of sql?
Does group by remove duplicates?
If a cursor is open, how can we find in a pl/sql block?
what are aggregate and scalar functions? : Sql dba
Can delete statement be rollbacked?
Is primary key clustered index?