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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13183Jenkins, Christian, M99202SpokaneWashingtonUnited States
15860Moreno, Joe98225BellinghamWashingtonUnited States
22891Gonzalez, Andrea, M91932Imperial BeachCaliforniaUnited States

Generated 2025-11-04 19:53:55.984 UTC