SQL - VARCHAR(N) datatype (CHARACTER VARYING)

Data System Architecture

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







Share this page:
Follow us:
Task Runner