[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 650   SHUFFLE   <  SKIP 72  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28141Robinson, JosephV8VVictoriaBritish ColumbiaCanada
19875James, Patrick98312BremertonWashingtonUnited States
21592Reed, Christina98033KirklandWashingtonUnited States

Generated 2025-07-21 11:04:46.231 UTC