[SQL] Revising Aggregations - The Count Function
836 ワード
✅ Revising Aggregations - The Count Function
📝 質問する
Query a count of the number of cities in
CITY
having a Population larger than 1000
Input Format
The CITY
table is described as follows:💻 に答える
SELECT COUNT(*)
FROM CITY
WHERE POPULATION > 100000;
Reference
この問題について([SQL] Revising Aggregations - The Count Function), 我々は、より多くの情報をここで見つけました https://velog.io/@revudn46/Revising-Aggregations-The-Count-Functionテキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol