Introduction
String collation decides how text is sorted and compared in a database. It helps show words in the right order, like in a dictionary.
When you want to sort names alphabetically in a list.
When searching for words and you want the search to ignore accents or case.
When you need to compare strings in a way that matches local language rules.
When displaying sorted data to users from different countries.
When you want consistent sorting results regardless of how data was entered.