[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 416   SHUFFLE   <  SKIP 6  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23052Stewart, Steven, L91950National CityCaliforniaUnited States
14872Clark, Fernando, C97301SalemOregonUnited States
26224Gonzalez, Henry, W95000CergyVal d'OiseFrance
26269Moore, Chloe, LV9LangfordBritish ColumbiaCanada

Generated 2025-07-14 09:24:05.844 UTC