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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20637Brown, John94015Daly CityCaliforniaUnited States
26599Reed, Allison91364Woodland HillsCaliforniaUnited States
26063Lu, Wesley, P98225BellinghamWashingtonUnited States
15990Richardson, Eduardo, E92806La JollaCaliforniaUnited States

Generated 2025-11-04 14:14:38.176 UTC