represent fixed-length or variable-length sets of sequences of
characters. In this category, we have char(n), which represents the set of strings
of characters (from a given basic set of characters) that have fixed length n. Sim-
ilarly, varchar(n) represents the set of variable-length strings whose maximal
length is n for n > 0.