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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19686Hernandez, Charles, D94015Daly CityCaliforniaUnited States
19776Murphy, Judith94015Daly CityCaliforniaUnited States
20363Brown, Alexander, L94015Daly CityCaliforniaUnited States
20637Brown, John94015Daly CityCaliforniaUnited States

Generated 2025-07-14 21:13:11.535 UTC