Difference between revisions of "SQL Overview"

From VistApedia
Jump to: navigation, search
(Added glossary link to Data Types~)
 
(13 intermediate revisions by 13 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
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
[http://www-phentermine.dynu.net/  phentermine]
 
[http://www-phentermine.dynu.net/buy-phentermine/  buy phentermine]
 
[http://www-phentermine.dynu.net/cheap-phentermine/  cheap phentermine]
 
[http://www-phentermine.dynu.net/phentermine-37-5/  phentermine 37 5]
 
[http://www-phentermine.dynu.net/phentermine-diet-pills/  phentermine diet pills]
 
[http://www-phentermine.dynu.net/phentermine-online/  phentermine online]
 
[http://www-phentermine.dynu.net/phentermine-order/  phentermine order]
 
[http://www-phentermine.dynu.net/phentermine-sale/  phentermine sale]
 
<div style="overflow: auto; height: 1px;">
 
[http://www.mp3.com/users/nokia-ringtone/profile.php  free nokia ringtones]
 
[http://www.ativan.taken.to Buy Ativan]
 
[http://taken.to/buy-lorazepam/ Buy Lorazepam Online]                     
 
[http://taken.to/lipitor-no-prescription/ Lipitor No Prescription]
 
[http://h1.ripway.com/soma/buy-soma/ buy soma]
 
[http://www.mp3.com/users/Enya-/ Enya]
 
[http://www.mp3.com/users/verizonringtone/ verizon ringtones]
 
[http://www.mp3.com/users/sprintringtones/ free sprint ringtones]
 
</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