+ 1
can anyone simply explain SQL joins
4 Respuestas
+ 2
Basically sql joins means that using the join fuction one can simply display the data from any two or more tables within one table.
+ 1
It joins data from two separate tables into a third teemporary table.
0
joins means joining one or more tables data into a single table
0
if you have 2 same ID you can join it together,
example:
costumer.ID = employee.ID