[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 24   SHUFFLE   <  SKIP 2286  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12800Chen, Lacey, E04139LeipzigNordrhein-WestfalenGermany
18423Jones, Christian, S94070San CarlosCaliforniaUnited States
17435Mitchell, Edward90505TorranceCaliforniaUnited States

Generated 2025-07-13 03:34:52.833 UTC