Tiny Int « Data Type « SQL / MySQL






1.Define and use tiny int
2.TINYINT(m) 8-bit integer (1 byte, -128 to +127);
3.Setting M to a higher value than the type allows will not allow you to extend its limit.
4.Tinyint as column type