[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 512   SHUFFLE   <  SKIP 5510  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23619Tang, Ricardo, L45001EssenHamburgGermany
22280Scott, Luis, A94015Daly CityCaliforniaUnited States
22883Morgan, Xavier97222MilwaukieOregonUnited States
14743Turner, Nathan, l98284Sedro WoolleyWashingtonUnited States

Generated 2025-07-20 14:50:42.779 UTC