MySQL JOIN Tutorial | 7




Join Forum @ http://jream.com/forum We are jumping into JOINS, yes they are scary, and they ARE very tricky at first. You have to VISUALIZE what you are doing …

source


18 responses to “MySQL JOIN Tutorial | 7”

  1. Towards the end of the video you apologized for not being accurate; I, however, think you used the right words and gave a good explanation on how to use joins. If a programmer has difficulty understanding logic, he/she should be in the field in the first place.

    So, thank you, keep up the good work.

  2. LEFT OUTER JOIN: means, LIST THE LEFT TABLE FIRST, then, MATCH THE RIGHT TABLE TO THE LEFT ONE.

    RIGHT OUTER JOIN: means, LIST THE RIGHT TABLE FIRST, then, MATCH THE LEFT TABLE TO THE RIGHT.

    I think that is the analogy that one should use.

  3. Great tutorial, could you perhaps at some point make a more advanced/in-depth tutorial regarding JOINS and maybe highlight good practices for making them more efficient. Anyway, thanks for the tutorials! 🙂

Leave a Reply