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

single

bookUnique values from column

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

In real life, you may work with big tables containing thousands of rows and lots of columns. For example, you may have a database with all the users who have visited your site, and you want to know all the countries that attended your site.

In SQL, to extract unique values from the column use the DISTINCT statement. For example, to extract unique countries from the table visitors use:

12
SELECT DISTINCT(country) FROM visitors
copy
タスク

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

From the audi_cars table extract all the unique models of cars.

解答

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

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

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

セクション 1.  4
single

single

AIに質問する

expand

AIに質問する

ChatGPT

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

some-alt