[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 34   SHUFFLE   <  SKIP 2574  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28122King, Gabriel, V98052RedmondWashingtonUnited States
14284Anderson, Wyatt, M98284Sedro WoolleyWashingtonUnited States
28670Gonzales, Julia98270MarysvilleWashingtonUnited States

Generated 2025-07-13 05:47:42.539 UTC