what is the use of join table? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what is the use of join table?

8th Aug 2016, 2:04 PM
Anirban Saha
Anirban Saha - avatar
4 Answers
+ 2
Join is use to get the results or records from one or more table or even tables from different databases. Look in real world, data is stored in different different tables. Storing the data in this form is called normalization. You can Google it for pros and cons of this technique. So inshort, JOIN is used to join the different tables to get the results from those different tables in one single Result Set
8th Aug 2016, 4:53 PM
Hardik Thaker
Hardik Thaker - avatar
+ 1
el join se usa para unir dos o más tablas en una consulta.
10th Aug 2016, 4:43 AM
JOSE RODRIGO VELOSA GIL
JOSE RODRIGO VELOSA GIL - avatar
+ 1
Join gets the combined results from2 or more tables based on join condition
12th Aug 2016, 12:41 PM
Pompana Gouda
Pompana Gouda - avatar
0
join the table is used join two or more columns of table from different data base. basically it is used to get the result of different table in one or single table
8th Aug 2016, 5:57 PM
onkar dindore
onkar dindore - avatar