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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25217Martin, Byron, E4000BrisbaneQueenslandAustralia
13086Nelson, Blake, I98036LynnwoodWashingtonUnited States
16116Hurtado, Begoña, M91950National CityCaliforniaUnited States

Generated 2025-07-17 18:14:05.214 UTC