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 an oracle user role?

570


How to view all columns in an existing table?

552


What is hot backup and logical backup?

612


How to call a stored function in oracle?

574


What are the restrictions on external table columns?

552






What happens to the current transaction if the session is ended?

529


What are dml statements in oracle?

623


How to get a list of all background sessions in the database?

542


How to retrieve data from an explicit cursor?

560


Explain integrity constraint?

647


What are the differences between primary key and unique key?

515


Explain an index segment?

647


What are the roles of dba?

614


Is primary key indexed by default in oracle?

552


15. Display the item_cost and then truncate it to the nearest hundred, ten, unit, tenth and hundredth.

1706