How to connected two or more table in MySQL | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to connected two or more table in MySQL

2nd Sep 2017, 3:08 AM
Min Than Htut
Min Than Htut - avatar
3 Answers
+ 2
You can use JOIN for this, I assume you already know field references, here's some links for detailed information on JOIN: https://www.w3schools.com/sql/sql_join.asp https://www.tutorialspoint.com/sql/sql-using-joins.htm Hth, cmiiw
2nd Sep 2017, 3:21 AM
Ipang
+ 2
You're welcome @Moe Ma Ka, glad to help.
2nd Sep 2017, 3:25 AM
Ipang
+ 1
Thankful lpang
2nd Sep 2017, 3:23 AM
Min Than Htut
Min Than Htut - avatar