SQL and SQL Server

Source: Internet
Author: User

SQL--the international standard language of relational databases.

SQL Server-a well-known database management system. Other well-known database management systems include Oracle, Sybase, and so on, all of which implement the SQL language.

In SQL, complete all core functions using only the 9 verbs shown in the following table:

SQL features           verbs
Data definition         Create (creation)          DROP (cancel)            alter (change)
Data Update          insert                     update                   DELETE
Data query         SELECT
Data Control          grant                      REVOKE

SQL supports a three-level schema structure in which the view corresponds to the outside mode, the base table corresponds to the logical mode, and the storage file corresponds to the internal mode.

There are 3 basic types of relational tables that appear in SQL databases: Basic tables, view charts, and export tables.

Basic table : The table that is actually stored in the database is the "real table";

View Chart : A table consisting of one or more basic tables and other views, which is a "virtual table";

Export Table : The table that was generated because the query was executed.

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.