Questions about this topic? Sign up to ask in the talk tab.

Difference between revisions of "SQL"

From NetSec
Jump to: navigation, search
(Types of SQL)
(SQL Implementations)
Line 5: Line 5:
 
==SQL Implementations==
 
==SQL Implementations==
 
*[[MySQL]]
 
*[[MySQL]]
*PostgreSQL
+
*[http://www.postgresql.org/ PostgreSQL]
 +
*[http://www.example.com link MSSQL]
 +
*[http://www.oracle.com/us/products/database/index.html Oracle]
  
 
=Related Pages=
 
=Related Pages=

Revision as of 03:27, 20 October 2011

Definition

Structured Query Language is a databasing language used to interface databases with compiled and interpreted languages.

SQL Implementations

Related Pages