[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 875   SHUFFLE   <  SKIP 649  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19982Cox, Charles, K90012Los AngelesCaliforniaUnited States
14894Baker, James, A97034Lake OswegoOregonUnited States
19657Griffin, Emily98055RentonWashingtonUnited States

Generated 2025-07-10 19:47:13.029 UTC