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

Why we use bulk collect in oracle?

705


What are the differences between number and binary_float in oracle?

791


What do you mean by redo log file mirroring?

731


What is oracle datasource?

733


What are the common oracle dba tasks?

830






What is oracle used for?

729


Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?

1692


how the indexes are stored in the Oracle Database?

1925


How to define a cusotmer as a supplier in ORACLE R12

1911


How to pass a cursor variable to a procedure?

757


How to run queries on external tables?

756


Is postgres faster than oracle?

764


How many objectname will be created for a single table drop function? Why 'flashback' query giving error "ORA-38312: original name is used by an existing object" while getting the table?

1997


What is index-organized table in Oracle?

768


How can I see all tables in oracle?

716