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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11525Cook, Ariana97355LebanonOregonUnited States
11653Peterson, Sydney97355LebanonOregonUnited States
11935Taylor, Jessica97355LebanonOregonUnited States

Generated 2025-07-11 23:16:14.522 UTC