[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 650   SHUFFLE   <  SKIP 1416  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26624Russell, Elizabeth, A98104SeattleWashingtonUnited States
21735Diaz, Grace, R94015Daly CityCaliforniaUnited States
15390Turner, Jonathan, B97205PortlandOregonUnited States

Generated 2025-07-13 19:15:42.191 UTC