[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 405   SHUFFLE   <  SKIP 1715  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27551Long, Antonio, E97330CorvallisOregonUnited States
13102Bryant, Mariah, M97222MilwaukieOregonUnited States
15502Howard, Nathaniel, C97330CorvallisOregonUnited States
25888Edwards, Morgan, D98403TacomaWashingtonUnited States

Generated 2025-07-14 14:34:07.606 UTC