- 
					 Which of these take more space?
Variable length columns, Fixed length columns 
- 
                        
- indeterminate
 - fixed length
 - same
 - variable length
 - None of these
 
 
Correct Option: B
In MySQL, 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.