how many columns can a plsql table have

Answers were Sorted based on User's Feedback



how many columns can a plsql table have..

Answer / samir kumar sahoo

A plsql table can hold to a maximum of 1000 columns.

Is This Answer Correct ?    14 Yes 4 No

how many columns can a plsql table have..

Answer / pkd

1000 colums

Is This Answer Correct ?    10 Yes 5 No

how many columns can a plsql table have..

Answer / alex & felix

254 columns.

Is This Answer Correct ?    6 Yes 2 No

how many columns can a plsql table have..

Answer / arvind kumar yadav

a table can have 1000 column in oracle 11g

Is This Answer Correct ?    4 Yes 0 No

how many columns can a plsql table have..

Answer / subbareddy k

A table can have 1000 columns and 255 rows upto Oracle 8i.I
don't know in Oracle 9i.Please give proper answer

Is This Answer Correct ?    4 Yes 1 No

how many columns can a plsql table have..

Answer / vishal

A plsql table can hold to a maximum of 1000 columns.

Is This Answer Correct ?    2 Yes 0 No

how many columns can a plsql table have..

Answer / naresh

a plsql table can store 1000 columns in it .

Is This Answer Correct ?    2 Yes 0 No

how many columns can a plsql table have..

Answer / 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

how many columns can a plsql table have..

Answer / singhania

A table can have 256 columns.

Is This Answer Correct ?    4 Yes 4 No

how many columns can a plsql table have..

Answer / mohd akhtar

total 254 columns in one table.

Is This Answer Correct ?    5 Yes 7 No

Post New Answer

More Oracle General Interview Questions

What is the diff between Oracle and SQL Server

1 Answers  


Point out the difference between user tables and data dictionary?

0 Answers  


how to get second highest sal of emp table

6 Answers  


Define Transaction ?

5 Answers  


i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?

0 Answers   Oracle,






what are pseudocolumns?

4 Answers  


write a query to dispaly those name who is more than one in student table? example- in a student table sandeep kumar comes 4 times, rakesh kumar comes 2 times, ajit kumar comes 1 times so query will display sandeep kumar and rakesh kumar single times.

11 Answers   Wipro,


Give the constructs of a package, function or a procedure.

0 Answers  


How to best split csv strings in oracle 9i?

0 Answers  


What is autonomous transaction?

6 Answers  


Create table Employee ( Employee_Id varchar2(8) Constraint emp_id_pk primary key, FirstName varchar2(50), LastName varchar2(50), DeptID Number(5) Constraint dept_id_fk Foreign Key(DeptId) References Department(DeptId) ) Error I am getting: Constraint specification are not allowed here

2 Answers  


is database gud carrier option??

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1808)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)