1.

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
Answer» B. Varchar(20);


Discussion

No Comment Found