how many columns can a plsql table have

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


Please Help Members By Posting Answers For Below Questions

What is oracle and what are its different editions?

791


Explain view?

800


How to call a stored function in oracle?

747


What is a cursor variable?

795


how may join possible between (requisition with purchase order)

1949


Is there a function to split a string in plsql?

783


What is oracle thin client?

777


What is a nvl function?

747


How to write text literals in oracle?

838


How to get last row id?

745


What happens if the update subquery returns multiple rows?

817


How to load excel data sheet to oracle database

769


How do we represent comments in oracle?

831


What do database buffers contain?

763


How to start instance with a minimal initialization parameter file?

791