Ddl\dml\dcl\dql

Source: Internet
Author: User

"DML"

DML = Data manipulation Language, manipulation language , commands enable users to query the database and manipulate the computer language of data in existing databases. Specifically, update updates, insert inserts, delete deletes. the main is to manipulate one or more data in the database .  

"DDL"

The database Schema definition language DDL (datadefinition Language) is the language used to describe the real-world entities to be stored in the database. A database schema contains a description definition for all entities in the database. These definitions include structure definitions, operation method definitions, and so on. including Create\alter\drop and so on, mainly used in the table structure, data structure, the relationship between the table and constraints.

"DCL"

DCL (DataControl Language) is a database control language. is a statement that is used to set or change permissions for a database user or role, including (Grant,deny,revoke, etc.) statements. By default, only people such as Sysadmin,dbcreator,db_owner or db_securityadmin have the power to execute the DCL

"DQL"

Dql:data querylanguage SELECT Data Query Language

Select specific usage

Selectselect_list

[Intonew_table]

Fromtable_source

[Wheresearch_condition]

[GROUPBY Group_by_expression]

[Havingsearch_condition]

[Order_expression [ASC | DESC]]

Ddl\dml\dcl\dql

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.