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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12758Ramirez, Stephanie, E98033KirklandWashingtonUnited States
12907Bryant, Julia, L98033KirklandWashingtonUnited States
13224Brooks, Amanda, F98033KirklandWashingtonUnited States

Generated 2025-07-14 17:29:25.336 UTC