[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 5161  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20119Hernandez, Carlos98020EdmondsWashingtonUnited States
20333Gonzales, Abigail98020EdmondsWashingtonUnited States
21410Zhang, Eric98020EdmondsWashingtonUnited States

Generated 2025-07-14 10:37:18.343 UTC