What is the maximum number of rows in sql table?



What is the maximum number of rows in sql table?..

Answer / Deepak Yadav

There isn't a fixed limit for the number of rows that can be stored in a SQL table, as it depends on various factors such as storage capacity, hardware, and database management system. However, Oracle Database has a limit of 17 billion rows per table by default (in a non-indexed table), but this can be increased.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What is set serveroutput on in pl sql?

1 Answers  


what is explain plan?, given an example...

3 Answers   Polaris,


What is not null in sql?

1 Answers  


What are the two characteristics of a primary key?

1 Answers  


Can I copy :old and :new pseudo-records in/to an oracle stored procedure?

1 Answers  


What are the types of sql commands?

1 Answers  


What does the hierarchical profiler does?

1 Answers  


What are the different sql languages?

1 Answers  


What are the 3 modes of parameter?

1 Answers  


what does the t-sql command ident_incr does? : Transact sql

1 Answers  


What is the sql case statement?

1 Answers  


How to convert comma separated string to array in pl/sql?

1 Answers  


Categories