The basic data type char(n) is a _____ length character string and varchar(n) is _____ length character.

Correct Answer: Fixed, variable
Varchar changes its length accordingly whereas char has a specific length which has to be filled by either letters or spaces.