[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 5595   SHUFFLE   <  SKIP 13  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26680Powell, Melissa98270MarysvilleWashingtonUnited States
24356Zhang, Wesley, J91502BurbankCaliforniaUnited States
28023James, Andrea, D97330CorvallisOregonUnited States

Generated 2025-07-15 14:19:06.583 UTC