[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   <  SKIP 1923  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24826Powell, Richard, D98312BremertonWashingtonUnited States
24797Flores, Dylan, B98312BremertonWashingtonUnited States
25004Thomas, Samuel98312BremertonWashingtonUnited States

Generated 2025-11-05 07:09:07.991 UTC