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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12134Alonso, Hector, LAS23Stoke-on-TrentEnglandUnited Kingdom
20716Arun, Kristina, V30601HannoverNordrhein-WestfalenGermany
11663Williams, Seth, A99362Walla WallaWashingtonUnited States

Generated 2025-10-29 00:26:29.267 UTC