Q. Which of these take more space?
Variable length columns, Fixed length columns
Variable length columns, Fixed length columns
β
Correct Answer: (C)
fixed length
Explanation: Variable length: Variable-length columns store data in a flexible manner, allowing the storage of data of varying lengths. They only consume as much space as needed for the actual data stored. Examples include VARCHAR and TEXT data types. Variable-length columns typically take less space because they only use as much storage as necessary to accommodate the data.