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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11622Allen, Gabriel98033KirklandWashingtonUnited States
11729Campbell, Caleb98033KirklandWashingtonUnited States
11713Zhang, Kyle, C98033KirklandWashingtonUnited States

Generated 2025-07-14 14:09:00.084 UTC