MS SQL Basics Tutorial: A summary of Transact-SQL languages

Source: Internet
Author: User
Tags definition

Standard SQL statements are unobstructed in Transact-SQL languages. Transact-SQL also has a sort of classification similar to that of the language, but many extensions have been made. The classification of Transact-SQL languages is as follows:

• Variable Description

The command used to describe the variable.

• Data definition language (ddl,data definition Language)

Used to create databases, database objects, and define their columns, most of which are commands that start with create, such as Create TABLE, create VIEW, DROP table, and so on.

• Data Manipulation language (Dml,data manipulation Language)

Commands for manipulating data in a database, such as SELECT, INSERT, UPDATE, DELETE, cursor, and so on.

• Data Control Language (DCL, Language)

Commands to control access permission, access permissions, etc. of database components. such as Grant, REVOKE and so on.

• Process Control Language (flow controls Language)

Statements for designing an application such as if while case

• Inline function

The command that describes the variable.

• Other Orders

Standard functions to be used in commands

In the above classification languages, data definition language DDL, Data manipulation language DML, Data Control Language DCL distributed in later chapters, this chapter focuses on variable description, process control, inline functions, and other poorly categorized commands.

See the full set of "MS SQL Basics Tutorials"

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.