Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Sorting by one column | Sorting
SQL Basics
セクション 4.  1
single

single

bookSorting by one column

メニューを表示するにはスワイプしてください

Welcome to the fourth section! Now it's time to learn how to sort the table based on some criteria.

For example, we want to sort the entire audi_cars table based on the mileage column. In SQL to sort by column use ORDER BY col_name statement preceded by WHERE, FROM, and SELECT statements.

123
SELECT * FROM audi_cars ORDER BY mileage
copy

Please note, that sorting in SQL is realized in ascending order by default.

タスク

スワイプしてコーディングを開始

From the audi_cars table extract all the cars sorted by price.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 4.  1
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt