Day 5 of SQL Learning Series 🚀 ORDER BY is used to sort data in SQL. • ASC → sorts data in ascending order (default) • DESC → sorts data in descending order Sorting helps to analyze data more clearly ...
𝙂𝒆𝙣𝒆𝙧𝒂𝙡 𝙤𝒓𝙙𝒆𝙧 𝙛𝒐𝙧 𝙎𝑸𝙇 𝙘𝒐𝙢𝒎𝙖𝒏𝙙: 𝐒𝐄𝐋𝐄𝐂𝐓 column_name(s) 𝐅𝐑𝐎𝐌 table_name 𝐖𝐇𝐄𝐑𝐄 condition 𝐆𝐑𝐎𝐔𝐏 𝐁𝐘 column_name(s ...
The ORDER BY keyword is used to sort the result-set in AESC or DESC order. The result-set will have records presented in ascending order by default. They can also be ordered alphabetically using the ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results