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 check this article to understand how JOIN is used in MySQL,…