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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16923Gonzales, Connor, M98033KirklandWashingtonUnited States
17161Lopez, Katherine98033KirklandWashingtonUnited States
17365Patterson, Thomas98033KirklandWashingtonUnited States

Generated 2025-07-12 03:25:19.807 UTC