I have two databases - one for articles and the another for the articles\' meta information (Like author, date, category and atc.). I have the following columns in meta table: I
SELECT * FROM articletable RIGHT OUTER JOIN metatable ON articletable.id=metatable.article_id