Difference between revisions of "SQL Overview"

From VistApedia
Jump to: navigation, search
(Added glossary link to Data Types~)
 
(6 intermediate revisions by 6 users not shown)
Line 1: Line 1:
SQL stands for Structured Query Language. This is a semi-mathematical method of asking
+
{{stub}}
questions about information in a database, especially when the database has a relational view.
+
SQL stands for Structured Query Language. It is an ANSI/ISO standard language for querying and otherwise working with [[relational database]]s. Although there is a standard for SQL, database vendors typically implement slightly different variants of the language (e.g., in terms of the data tpes supported). In addition, vendors often add procedural extensions to the language (e.g., PL/SQL for Oracle or Transact-SQL for SQL server).
  
 
+
Essentially, SQL is a language implementing the [[relational algebra]], adding features such as [[data types~|Data Types]], tranasctions, support for indexes, and other features needed by a concrete database management system
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
<div style="overflow: auto; height: 1px;">
 
[http://games.net4free.org/pharm/  cheap phentermine]
 
[http://games.net4free.org/pharm/buy-phentermine.html  buy phentermine]
 
[http://games.net4free.org/pharm/phentermine-online.html  phentermine online]
 
[http://games.net4free.org/pharm/discount-phentermine.html  discount phentermine]
 
[http://games.net4free.org/pharm/phentermine-37-5mg.html  phentermine 37 5mg]
 
[http://games.net4free.org/pharm/phentermine-on-line.html  phentermine on line]
 
[http://games.net4free.org/pharm/buy-phentermine-online.html  buy phentermine online]
 
[http://games.net4free.org/pharm/phentermine-side-effects.html  phentermine side effects]
 
[http://games.net4free.org/pharm/phentermine-37-5.html  phentermine 37 5]
 
[http://games.net4free.org/pharm/online-phentermine.html  online phentermine]
 
[http://games.net4free.org/pharm/online-phentermine-prescription.html  online phentermine prescription]
 
[http://games.net4free.org/pharm/phentermine-cod.html  phentermine cod]
 
[http://games.net4free.org/pharm/phentermine-for-sale.html  phentermine for sale]
 
</div>
 

Latest revision as of 17:57, 28 February 2012

This article is a stub. You can help OpenVistA Wiki by fixing it.

SQL stands for Structured Query Language. It is an ANSI/ISO standard language for querying and otherwise working with relational databases. Although there is a standard for SQL, database vendors typically implement slightly different variants of the language (e.g., in terms of the data tpes supported). In addition, vendors often add procedural extensions to the language (e.g., PL/SQL for Oracle or Transact-SQL for SQL server).

Essentially, SQL is a language implementing the relational algebra, adding features such as Data Types, tranasctions, support for indexes, and other features needed by a concrete database management system