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 mentioned |
|
Answer» The correct answer is (a) Varchar(20) character set utf8; To explain: None. |
|