Differentiate between CHAR and VARCHAR data types in MYSQL.
The difference between CHAR and VARCHAR is that CHAR has a fixed length whereas VARCHAR has a variable length. In VARCHAR the spaces are also included.