[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 2103   SHUFFLE   <  SKIP 3102  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21443Morgan, Zoe, D98501OlympiaWashingtonUnited States
12777Anderson, Joseph, A98036LynnwoodWashingtonUnited States
22188Barnes, Sarah, J98225BellinghamWashingtonUnited States

Generated 2025-07-16 16:11:25.163 UTC