[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 1786  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25063Williams, Dylan, T98225BellinghamWashingtonUnited States
21769Rubio, Michele, L94519ConcordCaliforniaUnited States
27449Cox, Bryan94070San CarlosCaliforniaUnited States

Generated 2025-07-14 06:15:28.192 UTC