I\'m wondering, if I have a VARCHAR of 200 characters and that I put a string of 100 characters, will it use 200 bytes or it will just use the actual size of the string?
Actually, it will takes 101 bytes.
MySQL Reference