Sorting Data in PostgreSQL
Sorting Data¶ Let us understand how to sort the data using SQL. We typically perform sorting as final step. Sorting can be done either by using one field or multiple fields. Sorting by multiple fields is also known as composite sorting. We can sort the data either in ascending order or descending order by using …