MySQL Basic Go Back Queries for sorting data views 11:44 We have learned SELECT statement which shows us rows in the table. SELECT does not bring results in any order. Hence to sort the result data, MySQL use ORDER Clause. We will talk about 3 ways of sorting Data: 1) Sorting by Individual Column 2) Sorting by Multiple Columns 3) Specifying Sort Direction. Introduction of RDBMS (Relative Database Management System) Installation and Administration of MYSQL MySQL Connection & Database queries Data types Table queries Inserting data and retrieving data Update query, like & where clauses Queries for sorting data