Home » MYSQL » Data Types » Question
  1. Which one is the correct declaration for choosing the character set other than default?
    1. Varchar(20);
    2. Varchar(20) character set;
    3. Varchar(20) character set utf8;
    4. All of above
    5. None of these
Correct Option: C

Varchar(20) character set utf8;



Your comments will be displayed only after manual approval.