This query is not working in xampp PMA:
SELECT `wp_posts`.`post_title`,`wp_terms`.`name`,`wp_terms`.`term_id`,`wp_term_taxonomy`.`taxonomy`
FROM `wp_posts`,`wp_terms`,`wp_term_taxonomy`,`wp_term_relationships`
WHERE `wp_term_relationships`.`object_id` = `wp_posts`.`ID` AND `wp_posts`.`post_status` = 'publish' AND `wp_term_taxonomy`.`taxonomy` = 'stores'