How Data is Stored and Moved

Sort

Arranging data in a specific order — alphabetically, by date, by value, ascending or descending.

Definition

Arranging data in a specific order — alphabetically, by date, by value, ascending or descending. In SQL this is done with ORDER BY.

Example

Sorting search results by relevance, or sorting a leaderboard by score from highest to lowest.

See it in context Learn how Sort fits into the bigger picture of how software actually works.

Read the Guide →