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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25631Deng, JulieSW8 4BGLondonEnglandUnited Kingdom
24405Rai, Tara94010BurlingameCaliforniaUnited States
22339Nelson, Richard98052RedmondWashingtonUnited States
16798Martin, Latasha92118CoronadoCaliforniaUnited States

Generated 2025-07-21 15:44:27.277 UTC