📝 Question
#1039
The basic data type char(n) is a _____ length character string and varchar(n) is _____ length character.
✓
Correct Answer
A. Fixed, equal
💡
Explanation
Varchar changes its length accordingly whereas char has a specific length which has to be filled by either letters or spaces.
⌨️ Press
A
B
C
D
to select