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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18427Diaz, Justin97355LebanonOregonUnited States
18565Bryant, Dalton, C97355LebanonOregonUnited States
18999Watson, Mackenzie97355LebanonOregonUnited States

Generated 2025-07-13 06:54:27.834 UTC