SQL ORDER BY | Sorting data | Sorting records based on multiple columns

Details
Title | SQL ORDER BY | Sorting data | Sorting records based on multiple columns |
Author | AviW Codes |
Duration | 2:30 |
File Format | MP3 / MP4 |
Original URL | https://youtube.com/watch?v=hPRtEAVnQ_A |
Description
In this video you will learn-
* Why ORDER BY is used?
* Sorting records based on a column
* Sorting records based on multiple columns
Links to videos on creating and loading data to Snowflake tables-
1) What is SQL? Creating free Snowflake account.
https://www.youtube.com/watch?v=QwtEHKSGNjs&t=3s
2) Creating tables and loading data on snowflake
https://www.youtube.com/watch?v=outFgeX6K1Q&t=494s
SQL queries used in this video-
https://github.com/aviwcodes/sql-queries/blob/master/05%20SQL_ORDER%20BY.sql
Timestamps-
00:00 Why do we use ORDER BY?
00:37 Sorting in ascending order
01:07 Sorting in descending order
01:17 Sorting data based on multiple columns