inblog logo
|
silver
    SQL문제풀기

    [SQL문제풀기] Popularity of Hack

    silver's avatar
    silver
    Dec 29, 2025
    [SQL문제풀기] Popularity of Hack
    Contents
    문제내가 작성한 정답

    문제

    StrataScratch - Popularity of Hack
    StrataScratch
    StrataScratch - Popularity of Hack
    https://platform.stratascratch.com/coding/10061-popularity-of-hack?code_type=3

    내가 작성한 정답

    Oracle, PostgreSQL, MySQL

    select e.location, avg(popularity) "average popularity" from facebook_employees e join facebook_hack_survey h on e.id = h.employee_id group by e.location;
    Share article

    silver

    RSS·Powered by Inblog