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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22870Chen, Barbara, M95000CergyVal d'OiseFrance
12738Rubio, Melinda, A14197BerlinNordrhein-WestfalenGermany
28792Stone, Henry, J98168BurienWashingtonUnited States
23685Reed, Alexa, C90712LakewoodCaliforniaUnited States

Generated 2025-07-18 19:05:19.081 UTC