MySQL SELECT Count() but with FULLJOIN
so i have this tables with their own attributes BOOK TABLE BOOKSHELF TABLE STORE TABLE LOCATION TABLE id_book id_bookshelf id_store id_location name name_bookshelf name_store name_location author id_store id_location id_bookshelf And i wanna show this kind of table TABLE_EXAMPLE id_store name_store…