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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14451Moore, Tyler90712LakewoodCaliforniaUnited States
14535Anand, DustinHP10 9QYHigh WycombeEnglandUnited Kingdom
29060Washington, David92806La JollaCaliforniaUnited States

Generated 2025-07-13 01:48:18.939 UTC