Home Products Support Sales Corporate
Products
Performance Monitor
Database Compare
Database Manager
Job Scheduler






Home > Articles > SQL Guide

SQL Guide - SQL Server

SQL Guide - SQL ServerThis Structured Query Language (SQL) guide divides all SQL commands into five categories:

  1. SQL Statements
  2. Functions
  3. Data Types
  4. Operators
  5. System Objects

 

Reserved Keywords, Expressions, and Identifiers are also part of the SQL language. The following is a brief explanation of each:

Reserved Keywords

Reserved keywords are words reserved for the use of SQL Server and should not be used for the names of objects in a database.

Expressions

Expressions are units of syntax that Microsoft SQL Server can resolve to single values. Examples of expressions include constants, functions that return a single value, a reference to a column, or a variable.

Identifiers

Identifiers are the names of objects such as tables, views, columns, databases, and servers.

SQL Guide Index (Alphabetically)

Comments

Data Manipulation Language (DML)

DELETE (SQL Statement)

GO Separator

INSERT (SQL Statement)

SELECT (SQL Statement)

SQL Server Data Types

SQL Statements

System Objects

UPDATE (SQL Statement)



Privacy Statement License Agreement Articles Site Map         Copyright © 2002-2008 Teratrax Inc. All rights reserved.