[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 0   SHUFFLE   <  SKIP 1008  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23171Griffin, Ethan92118CoronadoCaliforniaUnited States
16333Hill, Caleb, W98201EverettWashingtonUnited States
14740Scott, Jenna, M90712LakewoodCaliforniaUnited States
13129Ramos, Joy3429SunburyVictoriaAustralia

Generated 2025-10-31 15:15:51.193 UTC