MySQL's various joins

Source: Internet
Author: User

These 5 joins are commonly used.

First join = INNER JOIN Here is a description: Click to open the link

Here, I don't need a table to illustrate, here's an example.

The simple thing is,

INNER JOIN: only if the relationship is selected, no null is present

The LEFT join and right join are a set of

Left join: With left table as the benchmark, all the data of the table will appear, and if there is no corresponding, the right table will be represented by NULL.

Right join: All data from the right table will appear, and if there is no corresponding, the left table is represented by NULL.

Full Join: is the left join and right join collection

Two tables of data will appear, the other table does not have corresponding data, are represented by null

MySQL's various joins

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.