[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 3120  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21156Lopez, Maria, E97330CorvallisOregonUnited States
18827Raman, Carmen, G97005BeavertonOregonUnited States
25903Rai, Marshall, A98225BellinghamWashingtonUnited States
24434Butler, Jordan, L98055RentonWashingtonUnited States

Generated 2025-11-02 08:00:06.826 UTC