InterviewSolution
Saved Bookmarks
| 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 mentionedI got this question in examination.This question is from MySQL Datatypes in portion Data Types of MySQL |
|
Answer» The CORRECT ANSWER is (a) VARCHAR(20) character set utf8; |
|