Char Data Type
The char data type consists of a string of up to n printing ASCII characters, including any non‑printable characters; n represents the lesser of the maximum configured row size and 32,000. Between c and char, the char data type is preferred, as it is compatible with ANSI SQL.