[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 250   SHUFFLE   <  SKIP 1582  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20605Yang, Kevin, F3550BendigoVictoriaAustralia
16198Navarro, ArthurGL50CheltenhamEnglandUnited Kingdom
28924Washington, Sydney3550BendigoVictoriaAustralia

Generated 2025-07-22 12:47:22.909 UTC