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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16891Gonzales, Natalie91950National CityCaliforniaUnited States
17794Rowe, TheodoreW10 6BLLondonEnglandUnited Kingdom
16099Jenkins, Julian98104SeattleWashingtonUnited States

Generated 2025-07-10 12:19:47.371 UTC