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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28635Gonzalez, Levi90706BellflowerCaliforniaUnited States
20916Carlson, Kathleen30601HannoverNordrhein-WestfalenGermany
13492Foster, Christian, C91502BurbankCaliforniaUnited States

Generated 2025-07-13 16:05:12.362 UTC