Home  >  Article  >  Database  >  Functions of sql language

Functions of sql language

angryTom
angryTomOriginal
2020-02-06 13:16:1626690browse

Functions of sql language

The functions of sql language

SQL hasdata definition,data manipulationandData control function.

1. SQL data definition function

can define the three-level schema structure of the database, namely external schema, global schema and internal schema structure. In SQL, the external schema is called View, and the global schema is referred to as Schema. The internal schema is automatically implemented by the system based on the database schema, and generally does not require user intervention.

2. SQL data manipulation function

Includes data insertion, deletion and modification of basic tables and views, especially with strong data query function.

3. The data control function of SQL

is mainly to control the user's access rights to ensure the security of the system.

PHP Chinese website has a large number of free SQL tutorials, everyone is welcome to learn!

The above is the detailed content of Functions of sql language. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn