Home  >  Article  >  What does the data manipulation function of sql mainly include?

What does the data manipulation function of sql mainly include?

青灯夜游
青灯夜游Original
2021-01-28 17:06:4812496browse

SQL's data manipulation functions mainly include data insertion, deletion, modification and query. SQL data manipulation functions mainly include data insertion, deletion and modification of basic tables and views, especially strong data query functions; while data control functions mainly control user access rights to ensure system security.

What does the data manipulation function of sql mainly include?

The operating environment of this tutorial: Windows 7 system, mysql version 5.8, Dell G3 computer.

SQL's data manipulation functions mainly include data insertion, deletion, modification and query.

(Recommended tutorial: mysql video tutorial)

Structured Query Language (Structured Query Language), referred to as SQL, is a special-purpose programming language. It is a database query and programming language used to access data and query, update and manage relational database systems.

SQL can be functionally divided into three parts: data definition, data manipulation and data control.

1. SQL data definition function: Able to define the three-level schema structure of the database, namely external schema, global schema and internal schema structure. In SQL, the external schema is also 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 functions: including data insertion, deletion and modification of basic tables and views, especially strong data query functions.

3. SQL data control function: mainly controls user access rights to ensure system security.

For more programming-related knowledge, please visit: Programming Teaching! !

The above is the detailed content of What does the data manipulation function of sql mainly include?. 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