Q. Which collations does this MySQL statement list?
SHOW COLLATION LIKE 'utf8%'

  • (A) names beginning with utf8
  • (B) YES
  • (C) names containing utf8% anywhere
  • (D) names ending in utf8%
πŸ’¬ Discuss
βœ… Correct Answer: (A) names beginning with utf8
Explanation: This question is asking you about how MySQL finds collations based on a specific search pattern.
Explanation by: Shiva Ram
This question is asking you about how MySQL finds collations based on a specific search pattern.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
98
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Shiva Ram
Publisher
πŸ“ˆ
87%
Success Rate