inblog logo
|
silver
    SQL문제풀기

    [SQL문제풀기] 많이 주문한 테이블 찾기

    silver's avatar
    silver
    Aug 18, 2025
    [SQL문제풀기] 많이 주문한 테이블 찾기
    Contents
    문제SQLite

    문제

    solvesql.com
    solvesql.com
    https://solvesql.com/problems/find-tables-with-high-bill/

    SQLite

    내가 작성한 정답

    select * from tips where total_bill > (select avg(total_bill) from tips);
    Share article

    silver

    RSS·Powered by Inblog