[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 841   SHUFFLE   <  SKIP 903  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27017Thompson, Jonathan98366Port OrchardWashingtonUnited States
13976Smith, Emmanuel98312BremertonWashingtonUnited States
22162Yuan, Brad, S91502BurbankCaliforniaUnited States

Generated 2025-07-20 14:21:11.074 UTC