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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25980Jones, Julia, M98055RentonWashingtonUnited States
28741Dominguez, Bruce59368WerneNordrhein-WestfalenGermany
12438Rogers, Bailey94014ColmaCaliforniaUnited States

Generated 2025-07-12 04:50:57.539 UTC