[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 3001   SHUFFLE   <  SKIP 161  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19250Wu, Lacey, T12311BerlinSaarlandGermany
27381Sanz, Miguel, J91502BurbankCaliforniaUnited States
19659Robinson, Wyatt90802Long BeachCaliforniaUnited States

Generated 2025-07-21 17:05:25.397 UTC