Data types

Relational database data types

Dotted image background

VARCHAR

The varchar datatype is probably the most commonly used datatype. It's basically text and numbers that max out at 255 characters. Varchar type is usually annoted in the form VARCHAR(20) .