Answer Posted / Kuldeep
Oracle PL/SQL packages consist of three main components: package specifications, package bodies, and private types. The specification declares variables, procedures, functions, and exceptions that can be accessed from outside the package. The body defines their implementation. Private types are user-defined data types used to encapsulate related data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is schema? : Sql dba
Can we use distinct and group by together?
how many tables will create when we create table, what are they? : Sql dba
what is dbms? : Sql dba
what is collation? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba
what is bcp? When does it used? : Sql dba
What is the current version of sql?
Do we need to rebuild index after truncate?
What is the current version of postgresql?
what is sql server agent? : Sql dba
Can delete statement be rollbacked?
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
what are the advantages of sql ? : Sql dba
how to escape special characters in sql statements? : Sql dba