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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25622Hill, Mary, M97330CorvallisOregonUnited States
26462Kelly, Lauren, A98225BellinghamWashingtonUnited States
14577Rogers, Natalie, A97330CorvallisOregonUnited States
18074Hall, Julia, L98036LynnwoodWashingtonUnited States

Generated 2025-07-12 18:40:44.247 UTC