When i add a column like Data int(11) and i add a value like 1234567810 and i add column like Data varchar(11) and add same value . Which one is small size ? What is the different about it ?
Asked
Active
Viewed 39 times
0
-
http://stackoverflow.com/questions/5634104/what-is-the-size-of-column-of-int11-in-mysql-in-bytes – PaulF Oct 07 '16 at 14:00
-
varchar(11) accommodates upto 11 characters, see the duplicate as to what int(11) is. – Alex K. Oct 07 '16 at 14:00