Home » MYSQL » MySQL Character Set » Question
  1. Which collations does this statement list?
    SHOW COLLATION LIKE 'utf8%'
    1. names ending in utf8%
    2. names beginning with utf8
    3. names ending with utf8
    4. names containing utf8% anywhere
    5. None of these
Correct Option: B

The character set ‘utf8’ is used for the Unicode character set 8. The ‘LIKE’ keyword does the job of narrowing the search space to refer to only those names that begin with ‘utf8’.



Your comments will be displayed only after manual approval.