[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 4000   SHUFFLE   <  SKIP 2996  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22801Raje, Alicia53131BonnNordrhein-WestfalenGermany
13803Zheng, Krystal66740SaarlouisSaarlandGermany
29103Raji, Karl2036MalabarNew South WalesAustralia
18094Alonso, Roy90706BellflowerCaliforniaUnited States

Generated 2025-07-21 15:49:34.745 UTC