-
The clause that can be used to sort string values according to a specific collation is ______________.
-
- COLLATE
- FILTER
- GROUP
- SORT
- None of these
Correct Option: A
The ‘COLLATE’ operator can be used to sort the string values according to a specific collation. For example, ‘SELECT col FROM tbl ORDER BY col COLLATE latin1_swedish_ci’ sorts by swedish collation.