[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 456   SHUFFLE   <  SKIP 1857  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21654Barnes, Aidan91932Imperial BeachCaliforniaUnited States
28412Vazquez, Walter, D78100Saint Germain en LayeYvelineFrance
15272Gonzales, Kyle98403TacomaWashingtonUnited States

Generated 2025-07-21 15:26:27.931 UTC