[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 1314   SHUFFLE   <  SKIP 311  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13028Thompson, Dalton, Y98036LynnwoodWashingtonUnited States
29233Sanders, Caitlin98501OlympiaWashingtonUnited States
15067Alvarez, Dana78000VersaillesYvelineFrance

Generated 2025-07-13 00:50:23.228 UTC