0
Goodnight 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 a column FK_ID that references the primary key of table A, but any of these tables may not contain any record, I wonder how I can make the joing among all tables that even with one of them not containing any record return all the data of the other. Is there any way to return without using FULL JOIN ?