[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 0   SHUFFLE   <  SKIP 3567  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18458She, Gregory3000MelbourneVictoriaAustralia
28862Ramirez, Catherine, E98403TacomaWashingtonUnited States
26511Weisman, Charles91364Woodland HillsCaliforniaUnited States
21130Ward, Mackenzie, DKB9KirkbyEnglandUnited Kingdom

Generated 2025-11-05 12:16:27.610 UTC