CHAR(n): character string with specified length
mysql> mysql> mysql> CREATE TABLE employee( -> id INT, -> eName Char(10) -> ); Query OK, 0 rows affected (0.00 sec) mysql> mysql> drop table employee; Query OK, 0 rows affected (0.00 sec)