Group #12Top Transactions with Subquery
    Updated 2023-12-01
    select
    m.*
    from
    ethereum.nft.ez_nft_sales s
    JOIN ethereum.nft.dim_nft_metadata m ON s.TOKENID = m.TOKEN_ID
    where
    s.project_name = 'BoredApeYachtClub'
    limit
    10
    Run a query to Download Data