superflyTable of Summary - ALGO Wallet NFT Collection
    Updated 2022-11-15
    select
    a.nft_asset_name as "NFT_Name",
    nft_asset_id::string as "Asset_ID",
    player as "FIFA_Player",
    world_cup_type as "Gender",
    rarity as "Rarity"
    from algorand.nft.ez_nft_metadata_fifa a
    join algorand.core.fact_account_asset b
    on a.nft_asset_id = b.asset_id
    where amount > 0
    and address ilike '{{ALGO_Wallet}}'
    Run a query to Download Data