Answer Posted / senthil kumars
Package Contains Two Parts.They Are
*Package Spec
*Package Body
Package Spec contains declarations of procedures,functions
Where as Package Body Contains definitions for the
procedures and functions which r declared in the spec. Also
it contains the local variables which r to be used in the
procedure or function
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
how many sql ddl commands are supported by 'mysql'? : Sql dba
What is the maximum number of triggers, you can apply on a single table?
Does a primary key have to be a number?
What are sql*plus environment variables?
Is null operator in sql?
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
List the ways to get the count of records in a table?
What are the benefits of triggers?
What is a full join sql?
What is dml statement?
What is a join query?
What is sql query optimization?
What is t-sql? : Transact sql
How to run sql commands in sql*plus?
What is the life of an sql statement?