[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 9359  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18868Long, Adam90802Long BeachCaliforniaUnited States
19659Robinson, Wyatt90802Long BeachCaliforniaUnited States
19403Cook, Morgan, G90802Long BeachCaliforniaUnited States
20100Watson, Jesse90802Long BeachCaliforniaUnited States

Generated 2025-07-13 13:47:01.896 UTC