Summary of basic SQL knowledge and summary of SQL

Source: Internet
Author: User

Summary of basic SQL knowledge and summary of SQL

1. Main Types of SQL statements

(1) DDL: Data Definition Languages, Data Definition Language. Common statement keywords mainly include create, drop, alter, etc;

(2) DML: Data Manipulation Language, Data operation statement. Common statement keywords include insert, delete, update, and select;

(3) DCL: Data Control Language, Data Control Language. Common statement keywords include grant and revoke.


2. Difference between UNION and UNION ALL

(1) union all directly merges result sets without deduplication;

(2) UNION performs a distinct operation on the results after union all to remove the results after repeated records.


3. Functions of the MySQL built-in Database

(1) information_schema: It stores information about some database objects in the system, such as user table information, column information, permission information, character set information, and partition information;

(2) mysql: stores the user permission information of the system;

(3) test: The test database automatically created by the System

Copyright Disclaimer: This article is an original article by the blogger and cannot be reproduced without the permission of the blogger.

Related Article

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.