(Original) knowledge about SQL statements

Source: Internet
Author: User
Differences between in and exists:
All the content in the in traversal;
Exists ends when the conditions are met;
Therefore, the efficiency of using exists is higher than that of using in;
However, this is not absolute. When in and exists are of the same efficiency, they are used to exists;

Use of where:
The order of where conditions varies greatly with the efficiency;

Difference between Union and Union all:
Union performs two operations.
1. Put the two result sets together;
2. perform distinct on the combined result set.
Union all only combines two result sets.

Because of the Efficiency of distinct, the efficiency of Union all is higher than that of union.

Temporary table problems:
You don't need it if you don't need it. You don't find its advantages;
It can be used for debugging.

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.