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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12126Raman, TammySE1 8HLLondonEnglandUnited Kingdom
27891Howard, CarlosLE18LeedsEnglandUnited Kingdom
11973Barnes, Caroline98055RentonWashingtonUnited States

Generated 2025-07-17 11:46:41.458 UTC