Posts by Neto • 21 points
1 post
- 
		-1 votes5 answers12535 viewsA: Why is Varchar(255) widely used?In fact, the maximum size of the varchar was 255. As we can notice, 255 would be exactly the size of 1Byte, or 8 bits, which was the maximum address size. The number 255 in binary is 11111111, that…