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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23297Gomez, Tyrone, C90210Beverly HillsCaliforniaUnited States
26056Zeng, Karen, T90706BellflowerCaliforniaUnited States
29245Roberts, Angel, H94303Palo AltoCaliforniaUnited States

Generated 2025-07-17 06:08:32.515 UTC