[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 31   SHUFFLE   <  SKIP 900  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
29010Long, Jennifer, L94014ColmaCaliforniaUnited States
20574Patel, Brett, A80074MünchenHamburgGermany
23398Chander, Karl, J90706BellflowerCaliforniaUnited States
25463Robinson, Miguel78100Saint Germain en LayeYvelineFrance

Generated 2025-07-19 04:59:14.623 UTC