[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 999   SHUFFLE   <  SKIP 60  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24658Perez, Jenna98403TacomaWashingtonUnited States
14993Morgan, SeanPE17BuryEnglandUnited Kingdom
20480Cox, Carlos, L97355LebanonOregonUnited States
20885Xie, TerryL4 4HBLiverpoolEnglandUnited Kingdom
16766Arun, Summer, G90210Beverly HillsCaliforniaUnited States
12416Martinez, Veronica, S90706BellflowerCaliforniaUnited States

Generated 2025-07-16 22:08:27.646 UTC