[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 0   SHUFFLE   <  SKIP 2127  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19025Roberts, Aaron97222MilwaukieOregonUnited States
25005Williams, Brianna, M97355LebanonOregonUnited States
21495Hughes, James98501OlympiaWashingtonUnited States
15419Baker, Carlos97330CorvallisOregonUnited States

Generated 2025-11-05 12:02:14.442 UTC