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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13730Suarez, Walter, E98225BellinghamWashingtonUnited States
12875Ross, Brianna, L98225BellinghamWashingtonUnited States
13945Luo, Yolanda98225BellinghamWashingtonUnited States
13950Hernandez, Meredith, B98225BellinghamWashingtonUnited States

Generated 2025-10-30 04:02:41.100 UTC