Forum : Maximum number of columns in a table
Brief description  about Online courses   join in Online courses
View Abhijit  Paul 's Profile

Maximum number of columns in a table

Hi,
how many columns can a plsql table have, Can any one reply...?
Asked by Abhijit Paul | Mar 10, 2010 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
you may have upto 1,000 columns in a table.

If you have more than 255 - they will be stored in multiple row pieces (like a chained row - the first 255 point to the next 255 point to the next 255 and so on)
Mar 10, 2010