Good morning, I need to make the following query:
I have 4 tables, the first is the main one, in which with id
is foreign in the other 3 tables. I need to get the date and description of each of the tables where the id_tabla1
is present, in some it may have more records than in the others, that's my problem
Is it possible to relate these tables?
Table 1 main
- table_id1
- Name
Table 2
- id_table2
- Date
- Description
- fk_table1
Table 3
- table_id3
- Date
- Description
- fk_table1
Table 4
- id_table4
- Date
- Description
- fk_table1