select paper.paper_id,paper_name, paper_http from paper ,category_master,language_master,periodicity_master,category where periodicity_master.periodicity_id=paper.periodicity_id and periodicity_master.periodicity='daily' and language_master.language_id=paper.language_id and language_master.language='English' and category_master.category_id=category.category_id and category.paper_id=paper.paper_id and category_master.category='National News' group by paper_name