SELECT n.newspaper_site , n.facebook , n.twitter , r.radio_site , r.rfacebook , r.rtwitter FROM brasil_newspapers n JOIN brasil_radio r ON r.city = n.city WHERE n.state='Amapá' ORDER BY n.city;
Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.