Hello,
I'm noticed that storing a value into an INT table will take 4 bytes. Does this apply to every integer value regardless of the length of the value(say 1, 7654, 54467939,etc...)?Thank you.
I believe it does. 4 bytes is the maximum, but since we arent dealing with say. VARCHAR, it should be 4 bytes minimum as well.