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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20334Mitchell, Jeremiah, S90706BellflowerCaliforniaUnited States
29343Wu, Glenn, R3280WarrnamboolVictoriaAustralia
18161Sanz, Tanya, M95000CergyVal d'OiseFrance
20991Sai, Frederick3280WarrnamboolVictoriaAustralia

Generated 2025-07-13 16:23:23.983 UTC