InterviewSolution
Saved Bookmarks
| 1. |
Which MySQL statement is used to find out which character sets are available?(a) SHOW CHARACTER SET(b) SHOW COLLATION(c) SHOW CHARACTER SETS(d) SHOW COLLATIONSThis question was posed to me in homework.My enquiry is from Character Set Support topic in portion Using SQL to Manage Data of MySQL |
|
Answer» Right option is (a) SHOW CHARACTER SET |
|