SQL Note: Notes 10 join the table

Source: Internet
Author: User
Scalability can adapt to the increasing workload without failure. Well-designed databases or applications are called scalewell ). JOIN is a mechanism used to associate a table in a SELECT statement. Therefore, it is very simple to create a JOIN by creating a JOIN, specifying all tables to be joined and joining

Scalability can adapt to the increasing workload without failure. Well-designed databases or applications are called good scalability ). JOIN is a mechanism used to associate a table in a SELECT statement. Therefore, it is very simple to create a JOIN by creating a JOIN, specifying all tables to be joined and joining

Scalability)

It can adapt to the increasing workload without failure. Well-designed databases or applications are called good scalability ).

JOIN)

JOIN is a mechanism used to associate a table in a SELECT statement. Therefore, JOIN is called JOIN.

Create a connection

It is very easy to create a join. You can specify all the tables to be joined and how to associate them:

1 SELECT vend_name, prod_name, prod_price2 FROM Vendors, Products3 WHERE Vendors. vend_id = Products. vend_id;

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.