MySQL Tutorial 37 – Inner Joins




HELP ME! http://www.patreon.com/calebcurry Subscribe to my newsletter: http://eepurl.com/-8qtH Donate!: http://bit.ly/DonateCTVM2.

Original source


11 responses to “MySQL Tutorial 37 – Inner Joins”

  1. AFAIK the join creates a cartesian product (that is each row of the left is "joined" with every row of the right). The ON <column> clause then eliminates all the rows where the <column> don't have same values. ON makes it linear

Leave a Reply