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

The BEST I can explain: It is SIMPLE to determine the character SETS and collations that are available in MySQL. ‘SHOW CHARACTER SET’ SHOWS the character sets while ‘SHOW COLLATION’ shows the collations.



Discussion

No Comment Found

Related InterviewSolutions