-
The collations this statement lists are ______________.
SHOW COLLATION LIKE 'utf8%'
-
- names ending in utf8%
- names containing utf8% anywhere
- names ending with utf8
- names beginning with utf8
- None of these
Correct Option: D
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’.