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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22129Hall, Chloe, L90210Beverly HillsCaliforniaUnited States
20421Alexander, Victoria, C90706BellflowerCaliforniaUnited States
23636Gonzalez, Rachael, MOX1OxfordEnglandUnited Kingdom

Generated 2025-07-09 21:53:35.140 UTC