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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23089Walker, Lucas98027IssaquahWashingtonUnited States
23261Peterson, Jada98027IssaquahWashingtonUnited States
23143Phillips, Jada, S98027IssaquahWashingtonUnited States

Generated 2025-07-12 02:46:57.334 UTC