Discussion :: DBMS MCQs
- The basic data type char(n) is a _____ length character string and varchar(n) is _____ length character.
Answer : Option C
Explanation :
Fixed, variable
Varchar changes its length accordingly whereas char has a specific length which has to be filled by either letters or spaces .
Be The First To Comment