[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 24   SHUFFLE   <  SKIP 325  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20890Anand, ClaytonY024 1GFYorkEnglandUnited Kingdom
11306Zhou, Micah, A92118CoronadoCaliforniaUnited States
20585Lee, EmilyNT20Newcastle upon TyneEnglandUnited Kingdom
12794Jackson, Megan97071WoodburnOregonUnited States

Generated 2025-07-12 05:22:19.495 UTC