Multiple choice question
Storing the value 'hello world' requires the same amount of space in a VARCHAR(11) and a VARCHAR(255) column. Is there any advantage to using the shorter column?
Storing the value 'hello world' requires the same amount of space in a VARCHAR(11) and a VARCHAR(255) column. Is there any advantage to using the shorter column?