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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27011Powell, Kevin98104SeattleWashingtonUnited States
27030Gray, Jan, M98104SeattleWashingtonUnited States
26081Green, Edward, C98104SeattleWashingtonUnited States

Generated 2025-07-09 09:10:24.515 UTC