[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   SHUFFLE   SKIP 2500   <  SKIP 903  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23139Yang, Christian91910Chula VistaCaliforniaUnited States
17488Adams, Jason98104SeattleWashingtonUnited States
19050Chapman, JoelGL50CheltenhamEnglandUnited Kingdom

Generated 2025-07-14 07:56:34.099 UTC