[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 650   SHUFFLE   <  SKIP 2874  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12653Andersen, NicholeW10 6BLLondonEnglandUnited Kingdom
21419Ma, Gilbert92118CoronadoCaliforniaUnited States
12929Bryant, Vanessa97330CorvallisOregonUnited States

Generated 2025-07-14 14:42:40.250 UTC