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

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

7 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13937Ware, Victoria97222MilwaukieOregonUnited States
14621Morris, Chloe, D97222MilwaukieOregonUnited States
14727Bryant, Anna, S97222MilwaukieOregonUnited States
14367Green, Courtney, M97222MilwaukieOregonUnited States
15528Ramirez, Lucas97222MilwaukieOregonUnited States
15969Murphy, Sean97222MilwaukieOregonUnited States
15406Butler, Amanda97222MilwaukieOregonUnited States

Generated 2025-10-09 20:59:42.406 UTC