Q. Which collations does this MySQL statement list?
SHOW COLLATION LIKE 'utf8%'
SHOW COLLATION LIKE 'utf8%'
β
Correct Answer: (A)
names beginning with utf8
Explanation: This question is asking you about how MySQL finds collations based on a specific search pattern.