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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18528Rodriguez, John, M90712LakewoodCaliforniaUnited States
27472Chande, Mindy, V4810TownsvilleQueenslandAustralia
22592Anand, Lindsey, KAS23Stoke-on-TrentEnglandUnited Kingdom

Generated 2025-07-14 13:18:04.883 UTC