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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25464Wilson, Jose, J78100Saint Germain en LayeYvelineFrance
28680Brown, Hannah, R97222MilwaukieOregonUnited States
16558Sara, Preston70511StuttgartSaarlandGermany

Generated 2025-07-15 22:06:10.844 UTC