can anyone simply explain SQL joins | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

can anyone simply explain SQL joins

20th Aug 2016, 10:10 AM
Ron Thomas
4 Answers
+ 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.
22nd Aug 2016, 4:38 PM
basant jjw
basant jjw - avatar
+ 1
It joins data from two separate tables into a third teemporary table.
2nd Nov 2016, 7:11 PM
Andrea
Andrea - avatar
0
joins means joining one or more tables data into a single table
29th Aug 2016, 12:18 PM
Kavi Sajas
Kavi Sajas - avatar
0
if you have 2 same ID you can join it together, example: costumer.ID = employee.ID
30th Aug 2016, 9:11 PM
Dalya Dlshad
Dalya Dlshad - avatar