[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 0   SHUFFLE   <  SKIP 3101  >   <  TAKE 7  >   

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

7 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23717Griffin, Aidan, A98052RedmondWashingtonUnited States
18113Simmons, Abigail90505TorranceCaliforniaUnited States
20263Zhou, Steve, C2777SpringwoodNew South WalesAustralia
22101White, Carol, P98201EverettWashingtonUnited States
20523Howard, Emma92806La JollaCaliforniaUnited States
23056Perry, Alyssa, W92806La JollaCaliforniaUnited States
17204Martinez, Evelyn, JOX1OxfordEnglandUnited Kingdom

Generated 2025-10-31 02:28:23.504 UTC