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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
29036Baker, Rebecca98107BallardWashingtonUnited States
29284Hughes, Riley98107BallardWashingtonUnited States
29324Williams, Kayla98107BallardWashingtonUnited States

Generated 2025-07-07 20:42:41.660 UTC