what is variable in package specification
Answers were Sorted based on User's Feedback
Answer / suresh somayajula
variable which is declared in a paackage specification is
global to the package and local to the Schema.
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / madhuri
Variables declared in package specification are known as
global variables
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / kiran r
Package specification is the declaration of public variables such as Cursors, Objects, Procedures, Functions and Exceptions.
Is This Answer Correct ? | 0 Yes | 0 No |
If 100 tables are there in user_tables.I want to find in which table zero records are there with table name.Is it possible?
How to select the Nth maximum salary from Table Emp in Oracle SQL Plus ?
What is numeric function sql?
Why do we use triggers?
What is difference between hql and native sql?
How to add, remove, modify users using sql?
What is sql data?
What are the different types of tables in sql?
explain advantages of innodb over myisam. : Sql dba
How is data stored in sql?
how to dump a table to a file with 'mysqldump'? : Sql dba
what are the different index configurations a table can have? : Sql dba