[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 512   SHUFFLE   <  SKIP 411  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12314Suarez, Jill, J41485GrevenbroichBayernGermany
28971Shan, Jason98027IssaquahWashingtonUnited States
20949Liang, Sandra, JGL50CheltenhamEnglandUnited Kingdom
18831Hernandez, Andy90706BellflowerCaliforniaUnited States

Generated 2025-07-12 07:20:55.577 UTC