size of tinyint(1)
Posted: Wed Oct 28, 2009 5:48 am
unsigned tinyint(3) can take maximum value 256.....
if a table id(which is primary key and auto increment) is set data type tinyint(1)
then what will be the maximum value for the id?
if a table id(which is primary key and auto increment) is set data type tinyint(1)
then what will be the maximum value for the id?