[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 2421   SHUFFLE   <  SKIP 845  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14060Sharma, Cedric, A3000MelbourneVictoriaAustralia
26484Patterson, Fernando, E90706BellflowerCaliforniaUnited States
19850Hill, Jeremiah, C90012Los AngelesCaliforniaUnited States
27409Smith, Preston, J94014ColmaCaliforniaUnited States

Generated 2025-07-14 14:25:43.678 UTC