-
Which of these columns are faster?
Variable length, Fixed length
-
- indeterminate
- fixed length
- variable length
- same
- None of these
Correct Option: B
The fixed length columns are faster and take more space. CHAR(n) columns take n characters per value because the values are padded with trailing spaces when stored in the table.