[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 5183  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24964Anderson, Samantha98020EdmondsWashingtonUnited States
24979Adams, Jada98020EdmondsWashingtonUnited States
25178Kelly, Jasmine, D98020EdmondsWashingtonUnited States
25179Thompson, Miguel98020EdmondsWashingtonUnited States

Generated 2025-07-12 03:20:24.341 UTC