Entries from 2016-11-07 to 1 day

How to use "joined table" in MySQL

Today, I would like to write down one basic approach on handling the "joined table". What is "joined table"? My understanding of "joined table" is that you "combine" two tables into one table. We use JOIN to join two tables together. First…