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
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.