inblog logo
|
silver
    SQL문제풀기

    [SQL문제풀기] Revising Aggregations - Averages

    silver's avatar
    silver
    Apr 18, 2025
    [SQL문제풀기] Revising Aggregations - Averages
    Contents
    문제MySQL, Oracle, MS SQL Server, DB2

    문제

    Revising Aggregations - Averages | HackerRank
    Query the average population of all cities in the District of California.
    Revising Aggregations - Averages | HackerRank
    https://www.hackerrank.com/challenges/revising-aggregations-the-average-function/problem?isFullScreen=true
    Revising Aggregations - Averages | HackerRank

    MySQL, Oracle, MS SQL Server, DB2

    내가 작성한 정답

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

    silver

    RSS·Powered by Inblog