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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16498Jones, Hunter98027IssaquahWashingtonUnited States
16651Martinez, Abigail98027IssaquahWashingtonUnited States
16653Phillips, Isabella98027IssaquahWashingtonUnited States

Generated 2025-07-11 11:48:44.463 UTC