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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25336Cook, Chase, L98020EdmondsWashingtonUnited States
26908Zheng, Glenn45000OrleansLoiretFrance
17589Brooks, Melanie, L98027IssaquahWashingtonUnited States

Generated 2025-07-14 12:22:56.783 UTC