Good Night I have 6 Tables (A, B, C, D, E, F)
A tabela A sempre contém registros e tem uma chave primaria ID
The other tables B, C, D, E, and F are all daughters of table A and have an FK_ID column that references the primary key of table A, but any of these tables may contain no record, I would like to know how can I make joing between all tables that even with one of them containing no records return all the data of the others. Is there any way to return without using FULL JOIN?