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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12064White, John, D97330CorvallisOregonUnited States
26224Gonzalez, Henry, W95000CergyVal d'OiseFrance
13544Martin, Joy, LSE1 8HLLondonEnglandUnited Kingdom
19837Jimenez, Philip, B94704BerkeleyCaliforniaUnited States

Generated 2025-07-13 17:59:51.803 UTC