[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 4   SHUFFLE   <  SKIP 281  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15990Richardson, Eduardo, E92806La JollaCaliforniaUnited States
28532Xie, Tony, R75008ParisSeine (Paris)France
16980Moore, Jill98403TacomaWashingtonUnited States
28065Gill, Carrie90210Beverly HillsCaliforniaUnited States

Generated 2025-07-16 17:45:29.975 UTC