Table of Contents

About

Varchar(N) SQL Datatype means that the column shall be able to hold any string of characters of a variable length with a maximum length of N.

VARCHAR is shorthand for CHARACTER VARYING.

See also: SQL - Char(N) datatype