[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 752  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24520Wilson, Joseph, L91502BurbankCaliforniaUnited States
13656Howard, Faith90706BellflowerCaliforniaUnited States
16295Xu, Roger, A57000MetzMoselleFrance
20664Watson, Isaiah98312BremertonWashingtonUnited States

Generated 2025-07-13 20:26:44.760 UTC