πŸ“Š MySQL
Q. The collations this statement lists are . . . . . . . .
SHOW COLLATION LIKE 'utf8%'
  • (A) names beginning with utf8
  • (B) names ending with utf8
  • (C) names containing utf8% anywhere
  • (D) names ending in utf8%
πŸ’¬ Discuss
βœ… Correct Answer: (A) names beginning with utf8

Explanation: The statement SHOW COLLATION LIKE 'utf8%' is used to display collations that start with the characters 'utf8'.

Explanation by: Shiva Ram
The statement SHOW COLLATION LIKE 'utf8%' is used to display collations that start with the characters 'utf8'.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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