A varchar or variable character field is a set of character data of indeterminate length.
A varchar or variable character field is a set of character data of indeterminate length. The term varchar refers to a data type of a field (or column) in a database management system. Varchar fields can be of any size up to the limit. In case of Microsft SQL Server, from SQL Server 2005 varchar fields don't need to be limited by using varchar(max)
.