[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 4242  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17795Diaz, Jaime, AGA10GatesheadEnglandUnited Kingdom
20641Robinson, Isabella, P90802Long BeachCaliforniaUnited States
16748Peterson, Patrick, J92118CoronadoCaliforniaUnited States
15614Simmons, Faith, SOX1OxfordEnglandUnited Kingdom

Generated 2025-07-15 14:15:03.523 UTC