[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 2500   SHUFFLE   <  SKIP 436  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20859Romero, Roy, CE17 6JFLondonEnglandUnited Kingdom
21750Reed, Carlos, E92118CoronadoCaliforniaUnited States
17161Lopez, Katherine98033KirklandWashingtonUnited States

Generated 2025-07-17 03:35:41.620 UTC