MySQL ORDER BY clause is easy

preview_player
Показать описание
#MySQL #tutorial #course

SELECT * FROM employees
ORDER BY last_name ASC;

SELECT * FROM transactions
ORDER BY amount DESC, customer_id DESC;
Рекомендации по теме
Комментарии
Автор

SELECT * FROM employees
ORDER BY last_name ASC;

SELECT * FROM transactions
ORDER BY amount DESC, customer_id DESC;

BroCodez
Автор

Make a video on Android development course..like to make an Android app what all courses we require and if you can sum up that in one project, that would be great

janvisharma
Автор

hey bro code great video thank you for giving us the best content
but I have a question what extensions do you use on your ide

Edit: VS Code sorry not the other IDE you use

lolman
Автор

Bro how did you make your query tab background black?

kubuzeer
Автор

Hi Bro...Please make videos about Angular, Your videos are helped me to learn JS bro now i need your angular video

gokulvenkatachalam
Автор

Would be great if we had the same for Group By and Having

giftsn