[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   SHUFFLE   SKIP 9000   <  SKIP 2309  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14229Perez, Allen, B3220GeelongVictoriaAustralia
13089Alexander, Elizabeth4810TownsvilleQueenslandAustralia
20495Wang, Wesley, A94010BurlingameCaliforniaUnited States

Generated 2025-07-22 12:16:57.102 UTC