[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 2421   SHUFFLE   <  SKIP 2968  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18380Kelly, Kaitlyn, G97222MilwaukieOregonUnited States
15946Wilson, Wyatt, L90706BellflowerCaliforniaUnited States
16719Russell, Trevor94010BurlingameCaliforniaUnited States

Generated 2025-07-10 21:24:43.726 UTC