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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24937Evans, Jordan, A98168BurienWashingtonUnited States
24943Chander, Darrell, C98168BurienWashingtonUnited States
25038Hall, Isabella, W98168BurienWashingtonUnited States
24617She, Kelsey, J98168BurienWashingtonUnited States

Generated 2025-11-05 22:06:09.639 UTC