MySQL Basic

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.