What\'s the difference in int(11) and int(11) UNSIGNED ?
int(11)
int(11) UNSIGNED
The unsigned one can't hold negative numbers.