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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22345James, Amanda, R95062Santa CruzCaliforniaUnited States
27741Foster, Gabrielle98168BurienWashingtonUnited States
26820Nath, Carol, EW1Y 3RALondonEnglandUnited Kingdom

Generated 2025-07-10 02:33:18.861 UTC