[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 512   SHUFFLE   <  SKIP 625  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11213Murphy, Stephanie, B98020EdmondsWashingtonUnited States
14621Morris, Chloe, D97222MilwaukieOregonUnited States
23948Rivera, KatelynPE17BuryEnglandUnited Kingdom

Generated 2025-07-21 21:33:28.739 UTC