[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   <  SKIP 7587  >   <  TAKE 3  >   

Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23020Jones, Hannah98033KirklandWashingtonUnited States
23053Bailey, Anna98033KirklandWashingtonUnited States
22992Yang, Austin, H98033KirklandWashingtonUnited States

Generated 2025-07-12 13:46:44.693 UTC