inblog logo
|
silver
    SQL문제풀기

    [SQL문제풀기] Revising Aggregations - The Sum Function

    silver's avatar
    silver
    Apr 17, 2025
    [SQL문제풀기] Revising Aggregations - The Sum Function
    Contents
    문제MySQL, Oracle, MS SQL Server, DB2

    문제

    Revising Aggregations - The Sum Function | HackerRank
    Query the total population of all cities for in the District of California.
    Revising Aggregations - The Sum Function | HackerRank
    https://www.hackerrank.com/challenges/revising-aggregations-sum/problem?isFullScreen=true
    Revising Aggregations - The Sum Function | HackerRank

    MySQL, Oracle, MS SQL Server, DB2

    내가 작성한 정답

    select sum(population) from city where district = 'California';
     
    Share article

    silver

    RSS·Powered by Inblog