[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 1845   SHUFFLE   <  SKIP 1994  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17226McDonald, Gilbert, GL4 4HBLiverpoolEnglandUnited Kingdom
22188Barnes, Sarah, J98225BellinghamWashingtonUnited States
23715Flores, Isabel99202SpokaneWashingtonUnited States
21752Li, Rafael, MT2P 2G8CalgaryAlbertaCanada

Generated 2025-07-20 12:43:35.831 UTC