[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 12  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21615Torres, Grace, J94519ConcordCaliforniaUnited States
20150Rubio, Gary, MYO15YorkEnglandUnited Kingdom
20144Lin, Roger, W66041PoingSaarlandGermany
15023Watson, Juan, J99202SpokaneWashingtonUnited States

Generated 2025-07-10 18:47:22.091 UTC