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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27909Randall, MayraE17 6JFLondonEnglandUnited Kingdom
17268Hughes, Alyssa98168BurienWashingtonUnited States
17983Saunders, Carol22001HamburgHessenGermany
12144Jenkins, Kelly98366Port OrchardWashingtonUnited States

Generated 2025-07-11 21:08:23.215 UTC