Home » MYSQL » MySQL Character Set » Question
  1. Which statement is used to find out which character sets are available?
    1. SHOW CHARACTER SETS
    2. SHOW COLLATIONS
    3. SHOW CHARACTER SET
    4. SHOW COLLATION
    5. None of these
Correct Option: C

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.



Your comments will be displayed only after manual approval.