If you are new to SQL, now is the time to learn more about JOIN and INNER JOIN. JOIN will have the ability to return all rows from the tables so that the key record of one table will be equal to the similar records of other tables.
The INNER JOIN, on the other hand, will be in charge of selecting the various rows of different tables if it would see that there are various matches between the available columns. Take note that to make use of the INNER JOIN, you would need to use a comparison operator so that all of the rows will be properly matched.