[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 2000   SHUFFLE   <  SKIP 252  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
29057Andersen, Latoya, J90706BellflowerCaliforniaUnited States
19720Phillips, Kaitlyn, W97005BeavertonOregonUnited States
17215Bell, Juan, L20354HamburgHamburgGermany

Generated 2025-07-13 19:19:37.889 UTC