[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 250   SHUFFLE   <  SKIP 382  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23481Xu, Dustin90210Beverly HillsCaliforniaUnited States
26379Rodriguez, CindyLE18LeedsEnglandUnited Kingdom
23802Diaz, Emily, S97301SalemOregonUnited States
27740Nath, Jodi98168BurienWashingtonUnited States

Generated 2025-07-17 14:59:37.113 UTC