Which one is the correct declaration for choosing the character set other than default?
(a) Varchar(20) character set utf8;
(b) Varchar(20);
(c) Varchar(20) character set;
(d) None of the mentioned
I got this question in examination.
This question is from MySQL Datatypes in portion Data Types of MySQL