The COLLATE key word is used to set the collation of the database or table.
Collation:
Collation defines in the way that the data is sorted. we all know that creating indexes will sort the data in a particular order. There are various collation to sort the data it is normally used when we are storing multilingual data, like if our data is in Hindi then it cannot be sorted in A,B,C,D.... order rite? so there is a collation for Indic languages that defines in which order to sort the data.
answered
1 year ago
by anonymous