[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   ORDER BY City DESC  >   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 512   SHUFFLE   <  SKIP 3055  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13747Torres, Brian, J98033KirklandWashingtonUnited States
19152Walker, Jonathan97005BeavertonOregonUnited States
23271Clark, Alexandra, R90210Beverly HillsCaliforniaUnited States

Generated 2025-07-14 21:31:48.743 UTC