SQL Database Structured Query Language

Source: Internet
Author: User

1. Database
    • Common databases

      • MySQL: Open source free database, small database.
      • Oracle: A large database of fees, Oracle's products
      • DB2:IBM company fee database, often used in the banking system
      • Sqlserver:microsoft company charges for medium-sized databases, C #,. NET and other languages are used frequently
      • SQLite: A small embedded database, applied to the mobile phone side
2. SQL language
    • Database Structured Query Language

      • SQL is the abbreviation for Structure query Language (Structured Query language), which is a database application language that uses the relational model.
    • The SQL statement is divided into the following 3 types.

      • DDL (data definition Language) Statements: Data definition statements that define different data segments, databases, tables, columns, indexes, and other database objects. The commonly used statement keywords include create, drop, alter and so on.

      • DML (data manipulation Language) statement: Data manipulation statements for adding, deleting, updating, and querying database records, and for checking data integrity. Common statement keywords include insert, delete, update, select, and so on.

      • DCL (Data Control Language) statement: A statement that controls the level of permission and access to different data segments directly. These statements define the database, table, field, user's access rights, and security level. The main statement keywords include GRANT, revoke, and so on.

SQL Database Structured Query Language

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.