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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22188Barnes, Sarah, J98225BellinghamWashingtonUnited States
14170Moreno, Rebekah, J80610Saint OuenSommeFrance
25998Rivera, Richard, L98052RedmondWashingtonUnited States

Generated 2025-07-11 09:27:53.207 UTC