InterviewSolution
Saved Bookmarks
| 1. |
Mysql support different character sets,which command is used to display all character sets?(a) SHOW CHARACTER SET;(b) SHOW;(c) CHARACTER SET;(d) None of the mentionedI got this question in unit test.I'm obligated to ask this question of MySQL Datatypes topic in chapter Data Types of MySQL |
|
Answer» Right answer is (a) SHOW CHARACTER SET; |
|