[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 603  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20845Malhotra, Barry04838EilenburgBrandenburgGermany
28213Morgan, Jared, A3000MelbourneVictoriaAustralia
14015Lal, Kurt, R3429SunburyVictoriaAustralia

Generated 2025-07-19 22:14:52.790 UTC