[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 250   SHUFFLE   <  SKIP 278  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11274Foster, Kyle, M98225BellinghamWashingtonUnited States
18981Watson, Savannah, S94303Palo AltoCaliforniaUnited States
20027Murphy, Danielle91203GlendaleCaliforniaUnited States

Generated 2025-07-17 22:52:25.879 UTC