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
What is oracle and what are its different editions?
Explain view?
How to call a stored function in oracle?
What is a cursor variable?
how may join possible between (requisition with purchase order)
Is there a function to split a string in plsql?
What is oracle thin client?
What is a nvl function?
How to write text literals in oracle?
How to get last row id?
What happens if the update subquery returns multiple rows?
How to load excel data sheet to oracle database
How do we represent comments in oracle?
What do database buffers contain?
How to start instance with a minimal initialization parameter file?