+ 14
U can use ORDER BY clause with SELECT command but it'll not make changes in the original table , will only display the result (either ascending or descending and on basis of field(s) specified)
https://www.electrictoolbox.com/mysql-order-specific-field-values/
http://www.geeksengine.com/database/basic-select/sorting-data.php