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?
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?