[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 440   SHUFFLE   <  SKIP 3456  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19734Weisman, Natalie92102San DiegoCaliforniaUnited States
18186Hernandez, LoriNT20Newcastle upon TyneEnglandUnited Kingdom
16896Perez, Natalie92020El CajonCaliforniaUnited States

Generated 2025-07-17 19:09:20.069 UTC