Multiple choice technology databases The VARCHAR datatype specifies a variable-length character string. True False Reveal answer Fill a bubble to check yourself A Correct answer Explanation VARCHAR datatype specifies variable-length character strings where storage equals actual length (up to the max). Unlike CHAR which pads with spaces, VARCHAR only stores what you insert. This is fundamental to SQL character data types.