[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 1875   SHUFFLE   <  SKIP 1042  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21202Torres, Theresa3220GeelongVictoriaAustralia
27106Allen, Jennifer90012Los AngelesCaliforniaUnited States
15320Brooks, Eduardo, F98052RedmondWashingtonUnited States

Generated 2025-07-20 22:23:07.786 UTC