[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 2421   SHUFFLE   <  SKIP 3703  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13397Mitchell, Adam98052RedmondWashingtonUnited States
24768Ross, Jordan94014ColmaCaliforniaUnited States
18349Robinson, Jacob91977Spring ValleyCaliforniaUnited States
22609Cai, Clarence, L14111BerlinHamburgGermany

Generated 2025-07-18 23:20:22.134 UTC