STRING

Description

STRING is a variable-length character string data type. STRING is the same as the VARCHAR with the length specified to the maximum value. That is, STRING and VARCHAR(1,073,741,823) have the same value.