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 are the uses of a database trigger?
20. Using a set operator, display the client number of all clients who have never placed an order.
How to write numeric literals in oracle?
What is the dynamic sql in oracle?
Explain the use of indexes option in exp command.
How do I connect to oracle database?
What is proxy method?
Why is oracle so popular?
How to retrieve values from data fields in record variables?
How to drop a stored function?
What is oracle data type?
Hi Can any one tell me what are the API's used in requisition import.
What are the various types of snapshots ?
How to empty your oracle recycle bin?
How to use fetch statement in a loop?