[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 127   SHUFFLE   <  SKIP 735  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21871Adams, Devin3977CranbourneVictoriaAustralia
17612Parker, Courtney98055RentonWashingtonUnited States
17985Sun, Cedric24044KielSaarlandGermany

Generated 2025-07-19 11:43:37.402 UTC