When creating the fields for a table in "MySQL 3.23.49-nt", using "phpMyAdmin 2.2.5", the field have an option called "Length/Values".
I understand that this option can be used to specify how many characters the value of the current field may have: e.g. an UNSIGNED INT with Length=2 would allow the numbers 0->99 to be stored (right?).
To me it seems quite obviouse that limmiting the maximum length of a field should reduce the recources used by the computer when working with the database, but is this correct?
If not, why else limmit the length?
I know this probably is basic stuff, but I couldn't find documentation on this elsewhere, so plaese help
.
Thank you in advance
ApJ
I understand that this option can be used to specify how many characters the value of the current field may have: e.g. an UNSIGNED INT with Length=2 would allow the numbers 0->99 to be stored (right?).
To me it seems quite obviouse that limmiting the maximum length of a field should reduce the recources used by the computer when working with the database, but is this correct?
If not, why else limmit the length?
I know this probably is basic stuff, but I couldn't find documentation on this elsewhere, so plaese help
![[sadeyes] [sadeyes] [sadeyes]](/data/assets/smilies/sadeyes.gif)
Thank you in advance
ApJ