[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 2500   SHUFFLE   <  SKIP 2000  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18161Sanz, Tanya, M95000CergyVal d'OiseFrance
19806Perez, Nancy, U94010BurlingameCaliforniaUnited States
20683Mitchell, Amanda, A91932Imperial BeachCaliforniaUnited States

Generated 2025-07-13 19:11:54.674 UTC