[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SHUFFLE   <  SKIP 42  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22188Barnes, Sarah, J98225BellinghamWashingtonUnited States
23000Henderson, Victoria, M97034Lake OswegoOregonUnited States
18783Martin, Michael97068W. LinnOregonUnited States

Generated 2025-07-09 04:45:45.735 UTC