0

I a have a mysql table T Engine Innodb:
Structure :

T{  
    f1 INT(11) PK,
    f2 INT(11) Index
}

Now tell me how many maximum rows this table could hold?

Samiul
  • 485
  • 3
  • 7
  • 15
  • See https://stackoverflow.com/questions/2716232/maximum-number-of-records-in-a-mysql-database-table – slaakso Dec 01 '20 at 13:16
  • so, dupe of [Maximum number of records in a MySQL database table](https://stackoverflow.com/questions/2716232/maximum-number-of-records-in-a-mysql-database-table) – underscore_d Dec 01 '20 at 13:16

0 Answers0