[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 1314   SHUFFLE   <  SKIP 356  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21663Goel, Kenneth70511StuttgartSaarlandGermany
28612Roberts, Gabriel, R91502BurbankCaliforniaUnited States
25998Rivera, Richard, L98052RedmondWashingtonUnited States

Generated 2025-07-17 12:56:00.436 UTC