Join multiple tables in SQL | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Join multiple tables in SQL

i have a table containing only id's in multiple columns and i wanna fetch names corresponding to those id's from multiple tables

24th Mar 2017, 8:00 PM
Raj Kumar
1 Answer
+ 11
Try doing this with Python, like Michael here: https://code.sololearn.com/c9mosXavqJ9W/?ref=app or follow the same logic in any other language of your choice.
24th Mar 2017, 9:46 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar