Character Data

You must take care to use the correct data type for character data. For fixed-length character strings of 254 bytes or under, use CHAR data. For fixed-length character strings of more than 254 bytes, and for variable-length strings, use VARCHAR data. For further information see the section Character Data Types in the chapter Data Types.

Related information
Character Data Types