[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 599  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19919Johnsen, Rebekah, JPB12PeterboroughEnglandUnited Kingdom
28841Gonzales, Samuel94014ColmaCaliforniaUnited States
27219Yang, Benjamin91945Lemon GroveCaliforniaUnited States

Generated 2025-07-13 06:54:17.666 UTC