[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 250   SHUFFLE   <  SKIP 1398  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24734Turner, Jack, L98168BurienWashingtonUnited States
16189Hughes, AmandaPB12PeterboroughEnglandUnited Kingdom
16672Martinez, Nicole, A99362Walla WallaWashingtonUnited States
23844Gonzales, Alexandra, M98366Port OrchardWashingtonUnited States

Generated 2025-07-10 07:28:16.765 UTC