[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SHUFFLE   SKIP 250   <  SKIP 40  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14456Walker, Benjamin98284Sedro WoolleyWashingtonUnited States
17702King, Jack, HYO15YorkEnglandUnited Kingdom
29106Beck, Calvin94010BurlingameCaliforniaUnited States

Generated 2025-07-12 03:18:26.499 UTC