Home » MYSQL » Mysql Setup » Question
  1. The clause that can be used to sort string values according to a specific collation is ______________.
    1. COLLATE
    2. FILTER
    3. GROUP
    4. SORT
    5. 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.



Your comments will be displayed only after manual approval.