Answer Posted / susil kumar rout
Generally pl/sql table can create at the run time.
It is virtual table contains 2 columns
1-binary index.
2-data type upon which pl/sql table is created.
example-
Type typename is table of emp.ename%type
index by binary_integer;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain oracle’s server parameter file.
How to assign values to variables?
Difference between cartesian join and cross join?
What is a cursor in oracle?
How to assign a tablespace to a users in oracle?
What are temporal data types in oracle?
How can we find out the duplicate values in an oracle table?
What is set operator oracle?
Explain table?
How do I reset a sequence in oracle?
does the query needs a hint to access a materialized view?
In XIR2 if we lost the administration password .How can we regain the password?thanks in advance.
What are the different editions of oracle?
What is the fastest query method to fetch data from the table?
How to use subqueries with the exists operator in oracle?