Table Joins in real applications | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Table Joins in real applications

What are the benefits of SQL table joins when implementing a mobile app back end for a data operation intense app??

14th Aug 2018, 8:45 AM
Marothi Mahlake
Marothi Mahlake - avatar
1 Answer
+ 2
Joins are really for keeping the lines clean between your data sets (tables) and not duplicating the data (but instead creating views of the data through queries). SQL is just a standard for tabular data. You are welcome to use non-tabular data models if it's more efficient for your purposes.
14th Aug 2018, 9:10 AM
Janning⭐
Janning⭐ - avatar