List profiles filtered by country and currency
List only profiles for a specific marketplace by filtering by country and currency. Adjust the sample values (e.g. US and USD) to match your region.
SELECT * FROM Profiles
WHERE CountryCode = 'US'
AND CurrencyCode = 'USD'