[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 2000   SHUFFLE   <  SKIP 621  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23133White, Alexis, C90802Long BeachCaliforniaUnited States
23816Johnson, Natalie92118CoronadoCaliforniaUnited States
12848Lu, Brittney, ARG7 5H7ReadingEnglandUnited Kingdom

Generated 2025-07-12 08:13:32.606 UTC