How to implement a relational database? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to implement a relational database?

to select one database to select another

19th Apr 2018, 6:25 PM
Otumian Empire
Otumian Empire - avatar
4 Answers
+ 5
Okay, I hope I understood you correctly now, you want to select multiple fields from multiple tables, is that your question? well, if that's the case you can use JOIN in your query, I think it is covered in the lesson: https://www.sololearn.com/learn/SQL/1865/
19th Apr 2018, 7:16 PM
Ipang
+ 2
In a simple way, if your tables are connected one another through references you implement relational data. What do you mean "to select one database to select another"? I am not understanding your question here, can you explain?
19th Apr 2018, 7:04 PM
Ipang
0
when you select one database to select another
19th Apr 2018, 7:08 PM
Otumian Empire
Otumian Empire - avatar
0
one table when selected, selects another table
19th Apr 2018, 7:09 PM
Otumian Empire
Otumian Empire - avatar