[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 250   SHUFFLE   <  SKIP 472  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19835Allen, Jordan, L97222MilwaukieOregonUnited States
23774Harrison, Reginald, MEM15Esher-MoleseyEnglandUnited Kingdom
14067Sanz, Larry3000MelbourneVictoriaAustralia

Generated 2025-07-21 10:23:06.736 UTC