inblog logo
|
silver
    SQL문제풀기

    [SQL문제풀기] Top Cool Votes

    silver's avatar
    silver
    Jan 29, 2026
    [SQL문제풀기] Top Cool Votes
    Contents
    문제내가 작성한 정답

    문제

    StrataScratch - Top Cool Votes
    StrataScratch
    StrataScratch - Top Cool Votes
    https://platform.stratascratch.com/coding/10060-top-cool-votes?code_type=1

    내가 작성한 정답

    MySQL, PostgreSQL, Oracle

    select business_name, review_text from yelp_reviews where cool in (select max(cool) from yelp_reviews);
    Share article
    Contents
    문제내가 작성한 정답

    silver

    RSS·Powered by Inblog