[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 998   SHUFFLE   <  SKIP 204  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11318Wilson, Jessica98020EdmondsWashingtonUnited States
20654Murphy, Taylor94947NovatoCaliforniaUnited States
15247Stewart, Catherine98371PuyallupWashingtonUnited States

Generated 2025-07-10 07:15:25.722 UTC