[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 512   SHUFFLE   <  SKIP 7  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15952Cooper, Evan, J98284Sedro WoolleyWashingtonUnited States
18979Taylor, Noah, E91977Spring ValleyCaliforniaUnited States
21241Griffin, Carson, L97071WoodburnOregonUnited States

Generated 2025-07-10 20:15:19.039 UTC