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 |
what is oltp (online transaction processing)? : Sql dba
Mention what pl/sql package consists of?
I want to know the difference between A Record Type and a Table.
how to retrieve only duplicate values in a table
Write a query to display the current date in sql?
how are rank and dense rank being alloted for column with same values over a particular column
How is sql used in oracle?
What is union?
Why we use triggers in mysql?
I have a small PL/SQL Block assume in this way begin select * from emp where empno=100; exception when others then <Some Messages> when no_data_found then <Some Messages> when too_many_rows then <Some Messages> end; The question which he asked was whether this block will get executed normally or it will throw error ? If errored out then what is the reason for the error ? Could anybody please help me ? Regards Nakul Venkataraman
How do you get column names only for a table (sql server)?
Is left join inner or outer?