[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 875   <  SKIP 925  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16889Rodriguez, Daniel, R90505TorranceCaliforniaUnited States
16920Stewart, Eduardo90505TorranceCaliforniaUnited States
17128Alexander, Fernando90505TorranceCaliforniaUnited States
16750Sanders, Seth90505TorranceCaliforniaUnited States

Generated 2025-07-16 05:26:26.735 UTC