SQL Database Video 6: ORDER BY to sort rows in a SELECT statement | Apex Oracle

Details
Title | SQL Database Video 6: ORDER BY to sort rows in a SELECT statement | Apex Oracle |
Author | The CS Revelation |
Duration | 4:35 |
File Format | MP3 / MP4 |
Original URL | https://youtube.com/watch?v=3CK-6hAsoPU |
Description
In this video you will learn How to use the ORDER BY to sort the result set of a SELECT statement.
Syntax:
SELECT columns
FROM tableName
WHERE condition
OREDER BY columnName;
Other lectures:
****** Video 1: CREATE TABLE: https://youtu.be/wCrbVA8-ru0
****** Video 2: INSERT INTO: https://youtu.be/mB7GMnBSDfg
****** Video 3: ALTER TABLE: https://youtu.be/51UQCQ8P8DA
****** Video 4: UPDATE TABLE: https://youtu.be/ZExBH6zITNQ
****** Video 5: SELECT FROM TABLE : https://youtu.be/iyebZEMCLxE
****** Video 6: ORDER BY : https://youtu.be/3CK-6hAsoPU
****** Video 7: AGGREGATE FUNCTIONS: https://youtu.be/Ce4Hf9HjKQU