[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 512   <  SKIP 4610  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11213Murphy, Stephanie, B98020EdmondsWashingtonUnited States
11689Diaz, Ian, D98020EdmondsWashingtonUnited States
11278Phillips, Jonathan98020EdmondsWashingtonUnited States

Generated 2025-07-21 18:35:29.586 UTC